#955562

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

Shades of Vin Rouge #955562

Tints of Vin Rouge #955562

Color information

#955562 (or 0x955562) is unknown color: approx Vin Rouge. HEX triplet: 95, 55 and 62. RGB value is (149,85,98). Sum of RGB (Red+Green+Blue) = 149+85+98=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955562 is #6AAA9D. Grayscale: #696969. Windows color (decimal): -6990494 or 6444437. OLE color: 6444437.

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

Color convert

RGB1498598-
CMYK00.430.340.42
HSL347.81º27.35%45.88%-
HSV(B)347.81º42.95%58.43%-
XYZ17.8513.7713.27-
YUV105.62123.7158.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=44.88%
G=25.60%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149859800.430.340.42347.8127.3545.88
Hex95556202B222A15c1b2e
Octal22512514205342525343356
Binary1001010110101011100010010101110001010101010101110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955562; }

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

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

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

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

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

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

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

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