#96595B

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

Shades of Vin Rouge #96595B

Tints of Vin Rouge #96595B

Color information

#96595B (or 0x96595B) is unknown color: approx Vin Rouge. HEX triplet: 96, 59 and 5B. RGB value is (150,89,91). Sum of RGB (Red+Green+Blue) = 150+89+91=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96595B is #69A6A4. Grayscale: #6B6B6B. Windows color (decimal): -6923941 or 5986710. OLE color: 5986710.

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

Color convert

RGB1508991-
CMYK00.410.390.41
HSL358.03º25.52%46.86%-
HSV(B)358.03º40.67%58.82%-
XYZ18.0414.3811.72-
YUV107.47118.71158.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=45.45%
G=26.97%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150899100.410.390.41358.0325.5246.86
Hex96595B02927291661a2f
Octal22613113305147515463257
Binary1001011010110011011011010100110011110100110110011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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