#9D406B

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

Shades of Rouge #9D406B

Tints of Rouge #9D406B

Color information

#9D406B (or 0x9D406B) is unknown color: approx Rouge. HEX triplet: 9D, 40 and 6B. RGB value is (157,64,107). Sum of RGB (Red+Green+Blue) = 157+64+107=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D406B is #62BF94. Grayscale: #606060. Windows color (decimal): -6471573 or 7028893. OLE color: 7028893.

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

Color convert

RGB15764107-
CMYK00.590.320.38
HSL332.26º42.08%43.33%-
HSV(B)332.26º59.24%61.57%-
XYZ18.3911.915.24-
YUV96.71133.81171-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.87%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=47.87%
G=19.51%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576410700.590.320.38332.2642.0843.33
Hex9D406B03B202614c2a2b
Octal23510015307340465145253
Binary10011101100000011010110111011100000100110101001100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,64,107); }

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

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

 a { background-color: rgb(157,64,107); }

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

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

 span { border-color: rgb(157,64,107); }

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