Html Css Color HEX #900406 Sangria

📋 copy color: '#900406'

red 144 ◦ green 4 ◦ blue 6

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

Shades of Sangria #900406

Tints of Sangria #900406

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

 BLUE value IS 6 (2.73% from 255) = 3.9%

R = 93.51%
G = 2.6%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#900406 (or 0x900406) is known color: Sangria. HEX triplet: 90, 04 and 06. RGB value is (144,4,6). Sum of RGB (Red+Green+Blue) = 144+4+6=154 (20% of max value = 765). Red value is 144 (56.64% from 255 or 93.51% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 144 - color contains mainly: red. Hex color #900406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900406 is #6FFBF9. Grayscale: #2E2E2E. Windows color (decimal): -7339002 or 394384. OLE color: 394384.

HSL color Cylindrical-coordinate representation of color #900406: hue angle of 359.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900406 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 6 -
CMYK 0 0.97 0.96 0.44
HSL 359.14º 0.95% 0.29% -
HSV(B) 359.14º 0.97% 0.56% -
XYZ 11.58 6.03 0.73 -
YUV 46.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 144 4 6 0 0.97 0.96 0.44 359.14 0.95 0.29
Hex 90 4 6 0 61 60 2C 167 5F 1D
Octal 220 4 6 0 141 140 54 547 137 35
Binary 10010000 100 110 0 1100001 1100000 101100 101100111 1011111 11101

Color Harmonies of #900406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900406

Black with #900406

Text Example


Text Example

White with #900406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900406; }

 p { color: rgb(144,4,6); }

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

background-color css

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

 a { background-color: rgb(144,4,6); }

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

border-color css

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

 span { border-color: rgb(144,4,6); }

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