#990C10

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

Shades of Sangria #990C10

Tints of Sangria #990C10

Color information

#990C10 (or 0x990C10) is unknown color: approx Sangria. HEX triplet: 99, 0C and 10. RGB value is (153,12,16). Sum of RGB (Red+Green+Blue) = 153+12+16=181 (23% of max value = 765). Red value is 153 (60.16% from 255 or 84.53% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 153 - color contains mainly: red. Hex color #990C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990C10 is #66F3EF. Grayscale: #363636. Windows color (decimal): -6747120 or 1051801. OLE color: 1051801.

HSL color Cylindrical-coordinate representation of color #990C10: hue angle of 358.3º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C10 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1531216-
CMYK00.920.900.4
HSL358.3º85.45%32.35%-
HSV(B)358.3º92.16%60%-
XYZ13.367.071.15-
YUV54.61106.21198.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 84.53%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=84.53%
G=6.63%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153121600.920.900.4358.385.4532.35
Hex99C1005C5A281665520
Octal231142001341325054612540
Binary100110011100100000101110010110101010001011001101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990C10; }

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

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

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

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

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

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

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

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