#990F12

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

Shades of Sangria #990F12

Tints of Sangria #990F12

Color information

#990F12 (or 0x990F12) is unknown color: approx Sangria. HEX triplet: 99, 0F and 12. RGB value is (153,15,18). Sum of RGB (Red+Green+Blue) = 153+15+18=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #990F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990F12 is #66F0ED. Grayscale: #383838. Windows color (decimal): -6746350 or 1183641. OLE color: 1183641.

HSL color Cylindrical-coordinate representation of color #990F12: hue angle of 358.7º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F12 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1531518-
CMYK00.900.880.4
HSL358.7º82.14%32.94%-
HSV(B)358.7º90.2%60%-
XYZ13.427.161.25-
YUV56.6106.22196.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 82.26%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=82.26%
G=8.06%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153151800.900.880.4358.782.1432.94
Hex99F1205A58281675221
Octal231172201321305054712241
Binary100110011111100100101101010110001010001011001111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,15,18); }

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

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

 a { background-color: rgb(153,15,18); }

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

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

 span { border-color: rgb(153,15,18); }

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