#96536C

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

Shades of Vin Rouge #96536C

Tints of Vin Rouge #96536C

Color information

#96536C (or 0x96536C) is unknown color: approx Vin Rouge. HEX triplet: 96, 53 and 6C. RGB value is (150,83,108). Sum of RGB (Red+Green+Blue) = 150+83+108=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96536C is #69AC93. Grayscale: #696969. Windows color (decimal): -6925460 or 7099286. OLE color: 7099286.

HSL color Cylindrical-coordinate representation of color #96536C: hue angle of 337.61º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96536C is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15083108-
CMYK00.450.280.41
HSL337.61º28.76%45.69%-
HSV(B)337.61º44.67%58.82%-
XYZ18.3813.7515.87-
YUV105.88129.2159.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=43.99%
G=24.34%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508310800.450.280.41337.6128.7645.69
Hex96536C02D1C291521d2e
Octal22612315405534515223556
Binary100101101010011110110001011011110010100110101001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96536C; }

 p { color: rgb(150,83,108); }

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

<style>
 a { background-color: #96536C; }

 a { background-color: rgb(150,83,108); }

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

<style>
 span { border-color: #96536C; }

 span { border-color: rgb(150,83,108); }

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