#9D3873

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

Shades of Rouge #9D3873

Tints of Rouge #9D3873

Color information

#9D3873 (or 0x9D3873) is unknown color: approx Rouge. HEX triplet: 9D, 38 and 73. RGB value is (157,56,115). Sum of RGB (Red+Green+Blue) = 157+56+115=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3873 is #62C78C. Grayscale: #5C5C5C. Windows color (decimal): -6473613 or 7551133. OLE color: 7551133.

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

Color convert

RGB15756115-
CMYK00.640.270.38
HSL324.95º47.42%41.76%-
HSV(B)324.95º64.33%61.57%-
XYZ18.4111.2317.42-
YUV92.92140.46173.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.87%
GREEN value IS 56 (22.27% from 255) = 17.07%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=47.87%
G=17.07%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575611500.640.270.38324.9547.4241.76
Hex9D38730401B261452f2a
Octal23570163010033465055752
Binary1001110111100011100110100000011011100110101000101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,56,115); }

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

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

 a { background-color: rgb(157,56,115); }

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

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

 span { border-color: rgb(157,56,115); }

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