#990408

Color #990408 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #990408

Tints of Sangria #990408

Color information

#990408 (or 0x990408) is unknown color: approx 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

RGB15348-
CMYK00.970.950.4
HSL358.39º94.9%30.78%-
HSV(B)358.39º97.39%60%-
XYZ13.226.880.86-
YUV49.01104.86202.17-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534800.970.950.4358.3994.930.78
Hex99480615F281665f1f
Octal23141001411375054613737
Binary100110011001000011000011011111101000101100110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>