#953C72

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

Shades of Rouge #953C72

Tints of Rouge #953C72

Color information

#953C72 (or 0x953C72) is unknown color: approx Rouge. HEX triplet: 95, 3C and 72. RGB value is (149,60,114). Sum of RGB (Red+Green+Blue) = 149+60+114=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #953C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C72 is #6AC38D. Grayscale: #5C5C5C. Windows color (decimal): -6996878 or 7486613. OLE color: 7486613.

HSL color Cylindrical-coordinate representation of color #953C72: hue angle of 323.6º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C72 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14960114-
CMYK00.600.230.42
HSL323.6º42.58%40.98%-
HSV(B)323.6º59.73%58.43%-
XYZ17.0510.8417.11-
YUV92.77139.99168.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 60 (23.83% from 255) = 18.58%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=46.13%
G=18.58%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496011400.600.230.42323.642.5840.98
Hex953C7203C172A1442b29
Octal2257416207427525045351
Binary100101011111001110010011110010111101010101000100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953C72; }

 p { color: rgb(149,60,114); }

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

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

 a { background-color: rgb(149,60,114); }

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

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

 span { border-color: rgb(149,60,114); }

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