#96585F

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

Shades of Vin Rouge #96585F

Tints of Vin Rouge #96585F

Color information

#96585F (or 0x96585F) is unknown color: approx Vin Rouge. HEX triplet: 96, 58 and 5F. RGB value is (150,88,95). Sum of RGB (Red+Green+Blue) = 150+88+95=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96585F is #69A7A0. Grayscale: #6B6B6B. Windows color (decimal): -6924193 or 6248598. OLE color: 6248598.

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

Color convert

RGB1508895-
CMYK00.410.370.41
HSL353.23º26.05%46.67%-
HSV(B)353.23º41.33%58.82%-
XYZ18.1314.2912.63-
YUV107.34121.04158.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=45.05%
G=26.43%
B=28.53%

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
Decimal150889500.410.370.41353.2326.0546.67
Hex96585F02925291611a2f
Octal22613013705145515413257
Binary1001011010110001011111010100110010110100110110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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