#953C75

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

Shades of Rouge #953C75

Tints of Rouge #953C75

Color information

#953C75 (or 0x953C75) is unknown color: approx Rouge. HEX triplet: 95, 3C and 75. RGB value is (149,60,117). Sum of RGB (Red+Green+Blue) = 149+60+117=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #953C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C75 is #6AC38A. Grayscale: #5C5C5C. Windows color (decimal): -6996875 or 7683221. OLE color: 7683221.

HSL color Cylindrical-coordinate representation of color #953C75: hue angle of 321.57º 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 #953C75 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14960117-
CMYK00.600.210.42
HSL321.57º42.58%40.98%-
HSV(B)321.57º59.73%58.43%-
XYZ17.2210.9118.03-
YUV93.11141.49167.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.71%
GREEN value IS 60 (23.83% from 255) = 18.40%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=45.71%
G=18.40%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496011700.600.210.42321.5742.5840.98
Hex953C7503C152A1422b29
Octal2257416507425525025351
Binary100101011111001110101011110010101101010101000010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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