#9D3475

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

Shades of Rouge #9D3475

Tints of Rouge #9D3475

Color information

#9D3475 (or 0x9D3475) is unknown color: approx Rouge. HEX triplet: 9D, 34 and 75. RGB value is (157,52,117). Sum of RGB (Red+Green+Blue) = 157+52+117=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3475 is #62CB8A. Grayscale: #5A5A5A. Windows color (decimal): -6474635 or 7681181. OLE color: 7681181.

HSL color Cylindrical-coordinate representation of color #9D3475: hue angle of 322.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D3475 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB15752117-
CMYK00.670.250.38
HSL322.86º50.24%40.98%-
HSV(B)322.86º66.88%61.57%-
XYZ18.3410.9117.97-
YUV90.8142.79175.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.16%
GREEN value IS 52 (20.70% from 255) = 15.95%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=48.16%
G=15.95%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575211700.670.250.38322.8650.2440.98
Hex9D347504319261433229
Octal23564165010331465036251
Binary1001110111010011101010100001111001100110101000011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D3475; }

 p { color: rgb(157,52,117); }

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

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

 a { background-color: rgb(157,52,117); }

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

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

 span { border-color: rgb(157,52,117); }

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