#955260

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

Shades of Vin Rouge #955260

Tints of Vin Rouge #955260

Color information

#955260 (or 0x955260) is unknown color: approx Vin Rouge. HEX triplet: 95, 52 and 60. RGB value is (149,82,96). Sum of RGB (Red+Green+Blue) = 149+82+96=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #955260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955260 is #6AAD9F. Grayscale: #676767. Windows color (decimal): -6991264 or 6312597. OLE color: 6312597.

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

Color convert

RGB1498296-
CMYK00.450.360.42
HSL347.46º29%45.29%-
HSV(B)347.46º44.97%58.43%-
XYZ17.5213.2712.7-
YUV103.63123.7160.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=45.57%
G=25.08%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149829600.450.360.42347.462945.29
Hex95526002D242A15b1d2d
Octal22512214005544525333555
Binary1001010110100101100000010110110010010101010101101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955260; }

 p { color: rgb(149,82,96); }

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

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

 a { background-color: rgb(149,82,96); }

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

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

 span { border-color: rgb(149,82,96); }

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