#953970

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

Shades of Rouge #953970

Tints of Rouge #953970

Color information

#953970 (or 0x953970) is unknown color: approx Rouge. HEX triplet: 95, 39 and 70. RGB value is (149,57,112). Sum of RGB (Red+Green+Blue) = 149+57+112=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #953970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953970 is #6AC68F. Grayscale: #5A5A5A. Windows color (decimal): -6997648 or 7354773. OLE color: 7354773.

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

Color convert

RGB14957112-
CMYK00.620.250.42
HSL324.13º44.66%40.39%-
HSV(B)324.13º61.74%58.43%-
XYZ16.7810.4916.47-
YUV90.78139.98169.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=46.86%
G=17.92%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495711200.620.250.42324.1344.6640.39
Hex95397003E192A1442d28
Octal2257116007631525045550
Binary100101011110011110000011111011001101010101000100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953970; }

 p { color: rgb(149,57,112); }

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

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

 a { background-color: rgb(149,57,112); }

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

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

 span { border-color: rgb(149,57,112); }

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