#96585E

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

Shades of Vin Rouge #96585E

Tints of Vin Rouge #96585E

Color information

#96585E (or 0x96585E) is unknown color: approx Vin Rouge. HEX triplet: 96, 58 and 5E. RGB value is (150,88,94). Sum of RGB (Red+Green+Blue) = 150+88+94=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96585E is #69A7A1. Grayscale: #6B6B6B. Windows color (decimal): -6924194 or 6183062. OLE color: 6183062.

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

Color convert

RGB1508894-
CMYK00.410.370.41
HSL354.19º26.05%46.67%-
HSV(B)354.19º41.33%58.82%-
XYZ18.0914.2712.39-
YUV107.22120.54158.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=45.18%
G=26.51%
B=28.31%

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
Decimal150889400.410.370.41354.1926.0546.67
Hex96585E02925291621a2f
Octal22613013605145515423257
Binary1001011010110001011110010100110010110100110110001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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