#955762

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

Shades of Vin Rouge #955762

Tints of Vin Rouge #955762

Color information

#955762 (or 0x955762) is unknown color: approx Vin Rouge. HEX triplet: 95, 57 and 62. RGB value is (149,87,98). Sum of RGB (Red+Green+Blue) = 149+87+98=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #955762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955762 is #6AA89D. Grayscale: #6A6A6A. Windows color (decimal): -6989982 or 6444949. OLE color: 6444949.

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

Color convert

RGB1498798-
CMYK00.420.340.42
HSL349.35º26.27%46.27%-
HSV(B)349.35º41.61%58.43%-
XYZ18.0114.0913.33-
YUV106.79123.04158.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=44.61%
G=26.05%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149879800.420.340.42349.3526.2746.27
Hex95576202A222A15d1a2e
Octal22512714205242525353256
Binary1001010110101111100010010101010001010101010101110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955762; }

 p { color: rgb(149,87,98); }

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

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

 a { background-color: rgb(149,87,98); }

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

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

 span { border-color: rgb(149,87,98); }

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