Html Css Color HEX #900009 Sangria

📋 copy color: '#900009'

red 144 ◦ green 0 ◦ blue 9

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

Shades of Sangria #900009

Tints of Sangria #900009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 5.88%

R = 94.12%
G = 0%
B = 5.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#900009 (or 0x900009) is known color: Sangria. HEX triplet: 90, 00 and 09. RGB value is (144,0,9). Sum of RGB (Red+Green+Blue) = 144+0+9=153 (20% of max value = 765). Red value is 144 (56.64% from 255 or 94.12% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 144 - color contains mainly: red. Hex color #900009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900009 is #6FFFF6. Grayscale: #2C2C2C. Windows color (decimal): -7340023 or 589968. OLE color: 589968.

HSL color Cylindrical-coordinate representation of color #900009: hue angle of 356.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900009 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 9 -
CMYK 0 1 0.94 0.44
HSL 356.25º 1% 0.28% -
HSV(B) 356.25º 1% 0.56% -
XYZ 11.55 5.95 0.8 -
YUV 44.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 144 0 9 0 1 0.94 0.44 356.25 1 0.28
Hex 90 0 9 0 64 5E 2C 164 64 1C
Octal 220 0 11 0 144 136 54 544 144 34
Binary 10010000 0 1001 0 1100100 1011110 101100 101100100 1100100 11100

Color Harmonies of #900009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900009

Black with #900009

Text Example


Text Example

White with #900009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900009; }

 p { color: rgb(144,0,9); }

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

background-color css

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

 a { background-color: rgb(144,0,9); }

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

border-color css

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

 span { border-color: rgb(144,0,9); }

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