#9D456E

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

Shades of Rouge #9D456E

Tints of Rouge #9D456E

Color information

#9D456E (or 0x9D456E) is unknown color: approx Rouge. HEX triplet: 9D, 45 and 6E. RGB value is (157,69,110). Sum of RGB (Red+Green+Blue) = 157+69+110=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D456E is #62BA91. Grayscale: #636363. Windows color (decimal): -6470290 or 7226781. OLE color: 7226781.

HSL color Cylindrical-coordinate representation of color #9D456E: hue angle of 332.05º 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 #9D456E is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15769110-
CMYK00.560.300.38
HSL332.05º38.94%44.31%-
HSV(B)332.05º56.05%61.57%-
XYZ18.8512.5516.18-
YUV99.99133.65168.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.73%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 110 (43.36% from 255) = 32.74%
R=46.73%
G=20.54%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576911000.560.300.38332.0538.9444.31
Hex9D456E0381E2614c272c
Octal23510515607036465144754
Binary1001110110001011101110011100011110100110101001100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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