#9C535C

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

Shades of Vin Rouge #9C535C

Tints of Vin Rouge #9C535C

Color information

#9C535C (or 0x9C535C) is unknown color: approx Vin Rouge. HEX triplet: 9C, 53 and 5C. RGB value is (156,83,92). Sum of RGB (Red+Green+Blue) = 156+83+92=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C535C is #63ACA3. Grayscale: #696969. Windows color (decimal): -6532260 or 6050716. OLE color: 6050716.

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

Color convert

RGB1568392-
CMYK00.470.410.39
HSL352.6º30.54%46.86%-
HSV(B)352.6º46.79%61.18%-
XYZ18.7414.0311.85-
YUV105.85120.18163.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=47.13%
G=25.08%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156839200.470.410.39352.630.5446.86
Hex9C535C02F29271611f2f
Octal23412313405751475413757
Binary1001110010100111011100010111110100110011110110000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,92); }

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

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

 a { background-color: rgb(156,83,92); }

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

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

 span { border-color: rgb(156,83,92); }

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