#991012

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

Shades of Sangria #991012

Tints of Sangria #991012

Color information

#991012 (or 0x991012) is unknown color: approx Sangria. HEX triplet: 99, 10 and 12. RGB value is (153,16,18). Sum of RGB (Red+Green+Blue) = 153+16+18=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #991012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991012 is #66EFED. Grayscale: #393939. Windows color (decimal): -6746094 or 1183897. OLE color: 1183897.

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

Color convert

RGB1531618-
CMYK00.900.880.4
HSL359.12º81.07%33.14%-
HSV(B)359.12º89.54%60%-
XYZ13.437.191.25-
YUV57.19105.89196.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.82%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=81.82%
G=8.56%
B=9.63%

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
Decimal153161800.900.880.4359.1281.0733.14
Hex99101205A58281675121
Octal231202201321305054712141
Binary1001100110000100100101101010110001010001011001111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991012; }

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

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

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

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

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

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

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

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