Html Css Color HEX #990408 Sangria

📋 copy color: '#990408'

red 153 ◦ green 4 ◦ blue 8

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

Shades of Sangria #990408

Tints of Sangria #990408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 92.73%
G = 2.42%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#990408 (or 0x990408) is known color: Sangria. HEX triplet: 99, 04 and 08. RGB value is (153,4,8). Sum of RGB (Red+Green+Blue) = 153+4+8=165 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.73% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 153 - color contains mainly: red. Hex color #990408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990408 is #66FBF7. Grayscale: #313131. Windows color (decimal): -6749176 or 525465. OLE color: 525465.

HSL color Cylindrical-coordinate representation of color #990408: hue angle of 358.39º 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 #990408 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 8 -
CMYK 0 0.97 0.95 0.4
HSL 358.39º 0.95% 0.31% -
HSV(B) 358.39º 0.97% 0.6% -
XYZ 13.22 6.88 0.86 -
YUV 49.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 153 4 8 0 0.97 0.95 0.4 358.39 0.95 0.31
Hex 99 4 8 0 61 5F 28 166 5F 1F
Octal 231 4 10 0 141 137 50 546 137 37
Binary 10011001 100 1000 0 1100001 1011111 101000 101100110 1011111 11111

Color Harmonies of #990408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990408

Black with #990408

Text Example


Text Example

White with #990408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990408; }

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

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

background-color css

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

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

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

border-color css

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

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

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