#955D61

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

Shades of Vin Rouge #955D61

Tints of Vin Rouge #955D61

Color information

#955D61 (or 0x955D61) is unknown color: approx Vin Rouge. HEX triplet: 95, 5D and 61. RGB value is (149,93,97). Sum of RGB (Red+Green+Blue) = 149+93+97=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D61 is #6AA29E. Grayscale: #6E6E6E. Windows color (decimal): -6988447 or 6380949. OLE color: 6380949.

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

Color convert

RGB1499397-
CMYK00.380.350.42
HSL355.71º23.14%47.45%-
HSV(B)355.71º37.58%58.43%-
XYZ18.4715.0813.25-
YUV110.2120.55155.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=43.95%
G=27.43%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149939700.380.350.42355.7123.1447.45
Hex955D61026232A164172f
Octal22513514104643525442757
Binary1001010110111011100001010011010001110101010110010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,93,97); }

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

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

 a { background-color: rgb(149,93,97); }

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

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

 span { border-color: rgb(149,93,97); }

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