Html Css Color HEX #900A0E Sangria

📋 copy color: '#900A0E'

red 144 ◦ green 10 ◦ blue 14

#900A0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #900A0E

Tints of Sangria #900A0E

RGB

 RED value IS 144 (56.64% from 255) = 85.71%

 GREEN value IS 10 (4.3% from 255) = 5.95%

 BLUE value IS 14 (5.86% from 255) = 8.33%

R = 85.71%
G = 5.95%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#900A0E (or 0x900A0E) is known color: Sangria. HEX triplet: 90, 0A and 0E. RGB value is (144,10,14). Sum of RGB (Red+Green+Blue) = 144+10+14=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #900A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900A0E is #6FF5F1. Grayscale: #323232. Windows color (decimal): -7337458 or 920208. OLE color: 920208.

HSL color Cylindrical-coordinate representation of color #900A0E: hue angle of 358.21º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A0E is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 10 14 -
CMYK 0 0.93 0.90 0.44
HSL 358.21º 0.87% 0.3% -
HSV(B) 358.21º 0.93% 0.56% -
XYZ 11.69 6.18 0.99 -
YUV 50.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 144 10 14 0 0.93 0.90 0.44 358.21 0.87 0.3
Hex 90 A E 0 5D 5A 2C 166 57 1E
Octal 220 12 16 0 135 132 54 546 127 36
Binary 10010000 1010 1110 0 1011101 1011010 101100 101100110 1010111 11110

Color Harmonies of #900A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A0E

Black with #900A0E

Text Example


Text Example

White with #900A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900A0E; }

 p { color: rgb(144,10,14); }

 H1.HeaderClassName
 {
   color: #900A0E;
 }
 .AnyTagClassName
 {
   color: #900A0E;
 }
</style>

background-color css

<style>
 a { background-color: #900A0E; }

 a { background-color: rgb(144,10,14); }

 div.DivClassName
 {
   background-color: #900A0E;
 }
 .BgClassName
 {
   background-color: #900A0E;
 }
</style>

border-color css

<style>
 span { border-color: #900A0E; }

 span { border-color: rgb(144,10,14); }

 td.TdClassName
 {
   border-color: #900A0E;
 }
 .TagClassName
 {
   border-color: #900A0E;
 }
</style>