#9C0F10

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

Shades of Sangria #9C0F10

Tints of Sangria #9C0F10

Color information

#9C0F10 (or 0x9C0F10) is unknown color: approx Sangria. HEX triplet: 9C, 0F and 10. RGB value is (156,15,16). Sum of RGB (Red+Green+Blue) = 156+15+16=187 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.42% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0F10 is #63F0EF. Grayscale: #393939. Windows color (decimal): -6549744 or 1052572. OLE color: 1052572.

HSL color Cylindrical-coordinate representation of color #9C0F10: hue angle of 359.57º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F10 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1561516-
CMYK00.900.900.39
HSL359.57º82.46%33.53%-
HSV(B)359.57º90.38%61.18%-
XYZ13.977.451.19-
YUV57.27104.71198.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 83.42%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=83.42%
G=8.02%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156151600.900.900.39359.5782.4633.53
Hex9CF1005A5A271685222
Octal234172001321324755012242
Binary100111001111100000101101010110101001111011010001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,15,16); }

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

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

 a { background-color: rgb(156,15,16); }

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

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

 span { border-color: rgb(156,15,16); }

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