#9D3E6A

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

Shades of Rouge #9D3E6A

Tints of Rouge #9D3E6A

Color information

#9D3E6A (or 0x9D3E6A) is unknown color: approx Rouge. HEX triplet: 9D, 3E and 6A. RGB value is (157,62,106). Sum of RGB (Red+Green+Blue) = 157+62+106=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3E6A is #62C195. Grayscale: #5F5F5F. Windows color (decimal): -6472086 or 6962845. OLE color: 6962845.

HSL color Cylindrical-coordinate representation of color #9D3E6A: hue angle of 332.21º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D3E6A is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15762106-
CMYK00.610.320.38
HSL332.21º43.38%42.94%-
HSV(B)332.21º60.51%61.57%-
XYZ18.2311.6514.92-
YUV95.42133.97171.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 62 (24.61% from 255) = 19.08%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=48.31%
G=19.08%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576210600.610.320.38332.2143.3842.94
Hex9D3E6A03D202614c2b2b
Octal2357615207540465145353
Binary1001110111111011010100111101100000100110101001100101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,62,106); }

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

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

 a { background-color: rgb(157,62,106); }

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

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

 span { border-color: rgb(157,62,106); }

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