#955A65

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

Shades of Vin Rouge #955A65

Tints of Vin Rouge #955A65

Color information

#955A65 (or 0x955A65) is unknown color: approx Vin Rouge. HEX triplet: 95, 5A and 65. RGB value is (149,90,101). Sum of RGB (Red+Green+Blue) = 149+90+101=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #955A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A65 is #6AA59A. Grayscale: #6C6C6C. Windows color (decimal): -6989211 or 6642325. OLE color: 6642325.

HSL color Cylindrical-coordinate representation of color #955A65: hue angle of 348.81º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A65 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14990101-
CMYK00.400.320.42
HSL348.81º24.69%46.86%-
HSV(B)348.81º39.6%58.43%-
XYZ18.414.6414.17-
YUV108.9123.55156.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=43.82%
G=26.47%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499010100.400.320.42348.8124.6946.86
Hex955A65028202A15d192f
Octal22513214505040525353157
Binary1001010110110101100101010100010000010101010101110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,90,101); }

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

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

 a { background-color: rgb(149,90,101); }

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

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

 span { border-color: rgb(149,90,101); }

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