#955C62

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

Shades of Vin Rouge #955C62

Tints of Vin Rouge #955C62

Color information

#955C62 (or 0x955C62) is unknown color: approx Vin Rouge. HEX triplet: 95, 5C and 62. RGB value is (149,92,98). Sum of RGB (Red+Green+Blue) = 149+92+98=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C62 is #6AA39D. Grayscale: #6D6D6D. Windows color (decimal): -6988702 or 6446229. OLE color: 6446229.

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

Color convert

RGB1499298-
CMYK00.380.340.42
HSL353.68º23.65%47.25%-
HSV(B)353.68º38.26%58.43%-
XYZ18.4314.9313.47-
YUV109.73121.38156.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=43.95%
G=27.14%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149929800.380.340.42353.6823.6547.25
Hex955C62026222A162182f
Octal22513414204642525423057
Binary1001010110111001100010010011010001010101010110001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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