#9D456D

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

Shades of Rouge #9D456D

Tints of Rouge #9D456D

Color information

#9D456D (or 0x9D456D) is unknown color: approx Rouge. HEX triplet: 9D, 45 and 6D. RGB value is (157,69,109). Sum of RGB (Red+Green+Blue) = 157+69+109=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D456D is #62BA92. Grayscale: #636363. Windows color (decimal): -6470291 or 7161245. OLE color: 7161245.

HSL color Cylindrical-coordinate representation of color #9D456D: hue angle of 332.73º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D456D is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15769109-
CMYK00.560.310.38
HSL332.73º38.94%44.31%-
HSV(B)332.73º56.05%61.57%-
XYZ18.7912.5315.9-
YUV99.87133.15168.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.87%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=46.87%
G=20.60%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576910900.560.310.38332.7338.9444.31
Hex9D456D0381F2614d272c
Octal23510515507037465154754
Binary1001110110001011101101011100011111100110101001101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,69,109); }

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

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

 a { background-color: rgb(157,69,109); }

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

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

 span { border-color: rgb(157,69,109); }

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