#9C090A

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

Shades of Sangria #9C090A

Tints of Sangria #9C090A

Color information

#9C090A (or 0x9C090A) is unknown color: approx Sangria. HEX triplet: 9C, 09 and 0A. RGB value is (156,9,10). Sum of RGB (Red+Green+Blue) = 156+9+10=175 (23% of max value = 765). Red value is 156 (61.33% from 255 or 89.14% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 156 - color contains mainly: red. Hex color #9C090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C090A is #63F6F5. Grayscale: #353535. Windows color (decimal): -6551286 or 657820. OLE color: 657820.

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

Color convert

RGB156910-
CMYK00.940.940.39
HSL359.59º89.09%32.35%-
HSV(B)359.59º94.23%61.18%-
XYZ13.867.290.96-
YUV53.07103.7201.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 89.14%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 10 (4.30% from 255) = 5.71%
R=89.14%
G=5.14%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15691000.940.940.39359.5989.0932.35
Hex9C9A05E5E271685920
Octal234111201361364755013140
Binary10011100100110100101111010111101001111011010001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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