#955F61

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

Shades of Vin Rouge #955F61

Tints of Vin Rouge #955F61

Color information

#955F61 (or 0x955F61) is unknown color: approx Vin Rouge. HEX triplet: 95, 5F and 61. RGB value is (149,95,97). Sum of RGB (Red+Green+Blue) = 149+95+97=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #955F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F61 is #6AA09E. Grayscale: #6F6F6F. Windows color (decimal): -6987935 or 6381461. OLE color: 6381461.

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

Color convert

RGB1499597-
CMYK00.360.350.42
HSL357.78º22.13%47.84%-
HSV(B)357.78º36.24%58.43%-
XYZ18.6415.4413.31-
YUV111.37119.89154.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=43.70%
G=27.86%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149959700.360.350.42357.7822.1347.84
Hex955F61024232A1661630
Octal22513714104443525462660
Binary1001010110111111100001010010010001110101010110011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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