#96536A

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

Shades of Vin Rouge #96536A

Tints of Vin Rouge #96536A

Color information

#96536A (or 0x96536A) is unknown color: approx Vin Rouge. HEX triplet: 96, 53 and 6A. RGB value is (150,83,106). Sum of RGB (Red+Green+Blue) = 150+83+106=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96536A is #69AC95. Grayscale: #696969. Windows color (decimal): -6925462 or 6968214. OLE color: 6968214.

HSL color Cylindrical-coordinate representation of color #96536A: hue angle of 339.4º 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 #96536A is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15083106-
CMYK00.450.290.41
HSL339.4º28.76%45.69%-
HSV(B)339.4º44.67%58.82%-
XYZ18.2713.7115.32-
YUV105.66128.2159.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 83 (32.81% from 255) = 24.48%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=44.25%
G=24.48%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508310600.450.290.41339.428.7645.69
Hex96536A02D1D291531d2e
Octal22612315205535515233556
Binary100101101010011110101001011011110110100110101001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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