#990410

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

Shades of Sangria #990410

Tints of Sangria #990410

Color information

#990410 (or 0x990410) is unknown color: approx Sangria. HEX triplet: 99, 04 and 10. RGB value is (153,4,16). Sum of RGB (Red+Green+Blue) = 153+4+16=173 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.44% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 153 - color contains mainly: red. Hex color #990410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990410 is #66FBEF. Grayscale: #323232. Windows color (decimal): -6749168 or 1049753. OLE color: 1049753.

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

Color convert

RGB153416-
CMYK00.970.900.4
HSL355.17º94.9%30.78%-
HSV(B)355.17º97.39%60%-
XYZ13.276.91.12-
YUV49.92108.86201.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 88.44%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=88.44%
G=2.31%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15341600.970.900.4355.1794.930.78
Hex994100615A281635f1f
Octal23142001411325054313737
Binary1001100110010000011000011011010101000101100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990410; }

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

 H1.HeaderClassName
 {
   color: #990410;
 }
 .AnyTagClassName
 {
   color: #990410;
 }
</style>
background-color css

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

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

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

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

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

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