#955765

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

Shades of Vin Rouge #955765

Tints of Vin Rouge #955765

Color information

#955765 (or 0x955765) is unknown color: approx Vin Rouge. HEX triplet: 95, 57 and 65. RGB value is (149,87,101). Sum of RGB (Red+Green+Blue) = 149+87+101=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #955765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955765 is #6AA89A. Grayscale: #6B6B6B. Windows color (decimal): -6989979 or 6641557. OLE color: 6641557.

HSL color Cylindrical-coordinate representation of color #955765: hue angle of 346.45º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955765 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14987101-
CMYK00.420.320.42
HSL346.45º26.27%46.27%-
HSV(B)346.45º41.61%58.43%-
XYZ18.1514.1514.09-
YUV107.13124.54157.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=44.21%
G=25.82%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498710100.420.320.42346.4526.2746.27
Hex95576502A202A15a1a2e
Octal22512714505240525323256
Binary1001010110101111100101010101010000010101010101101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955765; }

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

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

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

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

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

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

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

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