#9C050A

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

Shades of Sangria #9C050A

Tints of Sangria #9C050A

Color information

#9C050A (or 0x9C050A) is unknown color: approx Sangria. HEX triplet: 9C, 05 and 0A. RGB value is (156,5,10). Sum of RGB (Red+Green+Blue) = 156+5+10=171 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.23% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 156 - color contains mainly: red. Hex color #9C050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C050A is #63FAF5. Grayscale: #323232. Windows color (decimal): -6552310 or 656796. OLE color: 656796.

HSL color Cylindrical-coordinate representation of color #9C050A: hue angle of 358.01º 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 #9C050A is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB156510-
CMYK00.970.940.39
HSL358.01º93.79%31.57%-
HSV(B)358.01º96.79%61.18%-
XYZ13.827.20.95-
YUV50.72105.03203.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 91.23%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=91.23%
G=2.92%
B=5.85%

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
Decimal15651000.970.940.39358.0193.7931.57
Hex9C5A0615E271665e20
Octal23451201411364754613640
Binary1001110010110100110000110111101001111011001101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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