#955B5C

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

Shades of Vin Rouge #955B5C

Tints of Vin Rouge #955B5C

Color information

#955B5C (or 0x955B5C) is unknown color: approx Vin Rouge. HEX triplet: 95, 5B and 5C. RGB value is (149,91,92). Sum of RGB (Red+Green+Blue) = 149+91+92=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B5C is #6AA4A3. Grayscale: #6C6C6C. Windows color (decimal): -6988964 or 6052757. OLE color: 6052757.

HSL color Cylindrical-coordinate representation of color #955B5C: hue angle of 358.97º 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 #955B5C is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1499192-
CMYK00.390.380.42
HSL358.97º24.17%47.06%-
HSV(B)358.97º38.93%58.43%-
XYZ18.0714.6412-
YUV108.46118.72156.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=44.88%
G=27.41%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149919200.390.380.42358.9724.1747.06
Hex955B5C027262A167182f
Octal22513313404746525473057
Binary1001010110110111011100010011110011010101010110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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