#9C0509

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

Shades of Sangria #9C0509

Tints of Sangria #9C0509

Color information

#9C0509 (or 0x9C0509) is unknown color: approx Sangria. HEX triplet: 9C, 05 and 09. RGB value is (156,5,9). Sum of RGB (Red+Green+Blue) = 156+5+9=170 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.76% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0509 is #63FAF6. Grayscale: #323232. Windows color (decimal): -6552311 or 591260. OLE color: 591260.

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

Color convert

RGB15659-
CMYK00.970.940.39
HSL358.41º93.79%31.57%-
HSV(B)358.41º96.79%61.18%-
XYZ13.817.20.92-
YUV50.6104.53203.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 91.76%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 9 (3.91% from 255) = 5.29%
R=91.76%
G=2.94%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565900.970.940.39358.4193.7931.57
Hex9C590615E271665e20
Octal23451101411364754613640
Binary1001110010110010110000110111101001111011001101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,5,9); }

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

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

 a { background-color: rgb(156,5,9); }

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

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

 span { border-color: rgb(156,5,9); }

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