#9C010D

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

Shades of Sangria #9C010D

Tints of Sangria #9C010D

Color information

#9C010D (or 0x9C010D) is unknown color: approx Sangria. HEX triplet: 9C, 01 and 0D. RGB value is (156,1,13). Sum of RGB (Red+Green+Blue) = 156+1+13=170 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.76% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 156 - color contains mainly: red. Hex color #9C010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C010D is #63FEF2. Grayscale: #303030. Windows color (decimal): -6553331 or 852380. OLE color: 852380.

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

Color convert

RGB156113-
CMYK00.990.920.39
HSL355.35º98.73%30.78%-
HSV(B)355.35º99.36%61.18%-
XYZ13.797.121.03-
YUV48.71107.85204.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 91.76%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 13 (5.47% from 255) = 7.65%
R=91.76%
G=0.59%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611300.990.920.39355.3598.7330.78
Hex9C1D0635C27163631f
Octal23411501431344754314337
Binary1001110011101011000111011100100111101100011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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