#9C5270

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

Shades of Vin Rouge #9C5270

Tints of Vin Rouge #9C5270

Color information

#9C5270 (or 0x9C5270) is unknown color: approx Vin Rouge. HEX triplet: 9C, 52 and 70. RGB value is (156,82,112). Sum of RGB (Red+Green+Blue) = 156+82+112=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5270 is #63AD8F. Grayscale: #6B6B6B. Windows color (decimal): -6532496 or 7361180. OLE color: 7361180.

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

Color convert

RGB15682112-
CMYK00.470.280.39
HSL335.68º31.09%46.67%-
HSV(B)335.68º47.44%61.18%-
XYZ19.6514.2717.05-
YUV107.55130.52162.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.57%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 112 (44.14% from 255) = 32%
R=44.57%
G=23.43%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568211200.470.280.39335.6831.0946.67
Hex9C527002F1C271501f2f
Octal23412216005734475203757
Binary100111001010010111000001011111110010011110101000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,82,112); }

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

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

 a { background-color: rgb(156,82,112); }

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

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

 span { border-color: rgb(156,82,112); }

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