Html Css Color HEX #990406 Sangria

📋 copy color: '#990406'

red 153 ◦ green 4 ◦ blue 6

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

Shades of Sangria #990406

Tints of Sangria #990406

RGB

 RED value IS 153 (60.16% from 255) = 93.87%

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

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

R = 93.87%
G = 2.45%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#990406 (or 0x990406) is known color: Sangria. HEX triplet: 99, 04 and 06. RGB value is (153,4,6). Sum of RGB (Red+Green+Blue) = 153+4+6=163 (21% of max value = 765). Red value is 153 (60.16% from 255 or 93.87% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 153 - color contains mainly: red. Hex color #990406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990406 is #66FBF9. Grayscale: #303030. Windows color (decimal): -6749178 or 394393. OLE color: 394393.

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

Color convert

RGB 153 4 6 -
CMYK 0 0.97 0.96 0.4
HSL 359.19º 0.95% 0.31% -
HSV(B) 359.19º 0.97% 0.6% -
XYZ 13.21 6.87 0.8 -
YUV 48.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 153 4 6 0 0.97 0.96 0.4 359.19 0.95 0.31
Hex 99 4 6 0 61 60 28 167 5F 1F
Octal 231 4 6 0 141 140 50 547 137 37
Binary 10011001 100 110 0 1100001 1100000 101000 101100111 1011111 11111

Color Harmonies of #990406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990406

Black with #990406

Text Example


Text Example

White with #990406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990406; }

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

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

background-color css

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

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

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

border-color css

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

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

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