#955859

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

Shades of Vin Rouge #955859

Tints of Vin Rouge #955859

Color information

#955859 (or 0x955859) is unknown color: approx Vin Rouge. HEX triplet: 95, 58 and 59. RGB value is (149,88,89). Sum of RGB (Red+Green+Blue) = 149+88+89=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #955859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955859 is #6AA7A6. Grayscale: #6A6A6A. Windows color (decimal): -6989735 or 5855381. OLE color: 5855381.

HSL color Cylindrical-coordinate representation of color #955859: hue angle of 359.02º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955859 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1498889-
CMYK00.410.400.42
HSL359.02º25.74%46.47%-
HSV(B)359.02º40.94%58.43%-
XYZ17.6914.0911.24-
YUV106.35118.21158.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 88 (34.77% from 255) = 26.99%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=45.71%
G=26.99%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149888900.410.400.42359.0225.7446.47
Hex955859029282A1671a2e
Octal22513013105150525473256
Binary1001010110110001011001010100110100010101010110011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955859; }

 p { color: rgb(149,88,89); }

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

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

 a { background-color: rgb(149,88,89); }

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

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

 span { border-color: rgb(149,88,89); }

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