#955B62

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

Shades of Vin Rouge #955B62

Tints of Vin Rouge #955B62

Color information

#955B62 (or 0x955B62) is unknown color: approx Vin Rouge. HEX triplet: 95, 5B and 62. RGB value is (149,91,98). Sum of RGB (Red+Green+Blue) = 149+91+98=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #955B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B62 is #6AA49D. Grayscale: #6D6D6D. Windows color (decimal): -6988958 or 6445973. OLE color: 6445973.

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

Color convert

RGB1499198-
CMYK00.390.340.42
HSL352.76º24.17%47.06%-
HSV(B)352.76º38.93%58.43%-
XYZ18.3414.7513.44-
YUV109.14121.72156.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 91 (35.94% from 255) = 26.92%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=44.08%
G=26.92%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149919800.390.340.42352.7624.1747.06
Hex955B62027222A161182f
Octal22513314204742525413057
Binary1001010110110111100010010011110001010101010110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955B62; }

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

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

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

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

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

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

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

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