#9D3D62

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

Shades of Rouge #9D3D62

Tints of Rouge #9D3D62

Color information

#9D3D62 (or 0x9D3D62) is unknown color: approx Rouge. HEX triplet: 9D, 3D and 62. RGB value is (157,61,98). Sum of RGB (Red+Green+Blue) = 157+61+98=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3D62 is #62C29D. Grayscale: #5D5D5D. Windows color (decimal): -6472350 or 6438301. OLE color: 6438301.

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

Color convert

RGB1576198-
CMYK00.610.380.38
HSL336.88º44.04%42.75%-
HSV(B)336.88º61.15%61.57%-
XYZ17.7811.3912.82-
YUV93.92130.3172.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.68%
GREEN value IS 61 (24.22% from 255) = 19.30%
BLUE value IS 98 (38.67% from 255) = 31.01%
R=49.68%
G=19.30%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157619800.610.380.38336.8844.0442.75
Hex9D3D6203D26261512c2b
Octal2357514207546465215453
Binary1001110111110111000100111101100110100110101010001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,61,98); }

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

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

 a { background-color: rgb(157,61,98); }

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

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

 span { border-color: rgb(157,61,98); }

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