#9C0D12

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

Shades of Sangria #9C0D12

Tints of Sangria #9C0D12

Color information

#9C0D12 (or 0x9C0D12) is unknown color: approx Sangria. HEX triplet: 9C, 0D and 12. RGB value is (156,13,18). Sum of RGB (Red+Green+Blue) = 156+13+18=187 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.42% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0D12 is #63F2ED. Grayscale: #383838. Windows color (decimal): -6550254 or 1183132. OLE color: 1183132.

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

Color convert

RGB1561318-
CMYK00.920.880.39
HSL357.9º84.62%33.14%-
HSV(B)357.9º91.67%61.18%-
XYZ13.967.41.26-
YUV56.33106.38199.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 83.42%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=83.42%
G=6.95%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156131800.920.880.39357.984.6233.14
Hex9CD1205C58271665521
Octal234152201341304754612541
Binary100111001101100100101110010110001001111011001101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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