#953A73

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

Shades of Rouge #953A73

Tints of Rouge #953A73

Color information

#953A73 (or 0x953A73) is unknown color: approx Rouge. HEX triplet: 95, 3A and 73. RGB value is (149,58,115). Sum of RGB (Red+Green+Blue) = 149+58+115=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #953A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A73 is #6AC58C. Grayscale: #5B5B5B. Windows color (decimal): -6997389 or 7551637. OLE color: 7551637.

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

Color convert

RGB14958115-
CMYK00.610.230.42
HSL322.42º43.96%40.59%-
HSV(B)322.42º61.07%58.43%-
XYZ1710.6517.38-
YUV91.71141.15168.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 58 (23.05% from 255) = 18.01%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=46.27%
G=18.01%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495811500.610.230.42322.4243.9640.59
Hex953A7303D172A1422c29
Octal2257216307527525025451
Binary100101011110101110011011110110111101010101000010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,58,115); }

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

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

 a { background-color: rgb(149,58,115); }

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

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

 span { border-color: rgb(149,58,115); }

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