#99000C

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

Shades of Sangria #99000C

Tints of Sangria #99000C

Color information

#99000C (or 0x99000C) is unknown color: approx Sangria. HEX triplet: 99, 00 and 0C. RGB value is (153,0,12). Sum of RGB (Red+Green+Blue) = 153+0+12=165 (21% of max value = 765). Red value is 153 (60.16% from 255 or 92.73% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 153 - color contains mainly: red. Hex color #99000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99000C is #66FFF3. Grayscale: #2F2F2F. Windows color (decimal): -6750196 or 786585. OLE color: 786585.

HSL color Cylindrical-coordinate representation of color #99000C: hue angle of 355.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99000C is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB153012-
CMYK010.920.4
HSL355.29º100%30%-
HSV(B)355.29º100%60%-
XYZ13.26.80.96-
YUV47.12108.19203.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 92.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 7.27%
R=92.73%
G=0%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153012010.920.4355.2910030
Hex990C0645C28163641e
Octal23101401441345054314436
Binary1001100101100011001001011100101000101100011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99000C; }

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

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

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

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

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

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

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

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