#9D4276

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

Shades of Rouge #9D4276

Tints of Rouge #9D4276

Color information

#9D4276 (or 0x9D4276) is unknown color: approx Rouge. HEX triplet: 9D, 42 and 76. RGB value is (157,66,118). Sum of RGB (Red+Green+Blue) = 157+66+118=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4276 is #62BD89. Grayscale: #636363. Windows color (decimal): -6471050 or 7750301. OLE color: 7750301.

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

Color convert

RGB15766118-
CMYK00.580.250.38
HSL325.71º40.81%43.73%-
HSV(B)325.71º57.96%61.57%-
XYZ19.1212.3718.52-
YUV99.14138.65169.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=46.04%
G=19.35%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576611800.580.250.38325.7140.8143.73
Hex9D427603A1926146292c
Octal23510216607231465065154
Binary1001110110000101110110011101011001100110101000110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,66,118); }

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

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

 a { background-color: rgb(157,66,118); }

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

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

 span { border-color: rgb(157,66,118); }

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