#96595E

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

Shades of Vin Rouge #96595E

Tints of Vin Rouge #96595E

Color information

#96595E (or 0x96595E) is unknown color: approx Vin Rouge. HEX triplet: 96, 59 and 5E. RGB value is (150,89,94). Sum of RGB (Red+Green+Blue) = 150+89+94=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96595E is #69A6A1. Grayscale: #6B6B6B. Windows color (decimal): -6923938 or 6183318. OLE color: 6183318.

HSL color Cylindrical-coordinate representation of color #96595E: hue angle of 355.08º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96595E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1508994-
CMYK00.410.370.41
HSL355.08º25.52%46.86%-
HSV(B)355.08º40.67%58.82%-
XYZ18.1714.4412.42-
YUV107.81120.21158.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=45.05%
G=26.73%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150899400.410.370.41355.0825.5246.86
Hex96595E02925291631a2f
Octal22613113605145515433257
Binary1001011010110011011110010100110010110100110110001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96595E; }

 p { color: rgb(150,89,94); }

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

<style>
 a { background-color: #96595E; }

 a { background-color: rgb(150,89,94); }

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

<style>
 span { border-color: #96595E; }

 span { border-color: rgb(150,89,94); }

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