#9C0B0D

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

Shades of Sangria #9C0B0D

Tints of Sangria #9C0B0D

Color information

#9C0B0D (or 0x9C0B0D) is unknown color: approx Sangria. HEX triplet: 9C, 0B and 0D. RGB value is (156,11,13). Sum of RGB (Red+Green+Blue) = 156+11+13=180 (23% of max value = 765). Red value is 156 (61.33% from 255 or 86.67% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0B0D is #63F4F2. Grayscale: #363636. Windows color (decimal): -6550771 or 854940. OLE color: 854940.

HSL color Cylindrical-coordinate representation of color #9C0B0D: hue angle of 359.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B0D is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB1561113-
CMYK00.930.920.39
HSL359.17º86.83%32.75%-
HSV(B)359.17º92.95%61.18%-
XYZ13.97.341.06-
YUV54.58104.54200.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 86.67%
GREEN value IS 11 (4.69% from 255) = 6.11%
BLUE value IS 13 (5.47% from 255) = 7.22%
R=86.67%
G=6.11%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156111300.930.920.39359.1786.8332.75
Hex9CBD05D5C271675721
Octal234131501351344754712741
Binary10011100101111010101110110111001001111011001111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C0B0D; }

 p { color: rgb(156,11,13); }

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

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

 a { background-color: rgb(156,11,13); }

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

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

 span { border-color: rgb(156,11,13); }

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