#99000B

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

Shades of Sangria #99000B

Tints of Sangria #99000B

Color information

#99000B (or 0x99000B) is unknown color: approx Sangria. HEX triplet: 99, 00 and 0B. RGB value is (153,0,11). Sum of RGB (Red+Green+Blue) = 153+0+11=164 (21% of max value = 765). Red value is 153 (60.16% from 255 or 93.29% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 153 - color contains mainly: red. Hex color #99000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99000B is #66FFF4. Grayscale: #2F2F2F. Windows color (decimal): -6750197 or 721049. OLE color: 721049.

HSL color Cylindrical-coordinate representation of color #99000B: hue angle of 355.69º 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 #99000B is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB153011-
CMYK010.930.4
HSL355.69º100%30%-
HSV(B)355.69º100%60%-
XYZ13.26.80.93-
YUV47107.69203.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 93.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 6.71%
R=93.29%
G=0%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153011010.930.4355.6910030
Hex990B0645D28164641e
Octal23101301441355054414436
Binary1001100101011011001001011101101000101100100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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