#9D3D67

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

Shades of Rouge #9D3D67

Tints of Rouge #9D3D67

Color information

#9D3D67 (or 0x9D3D67) is unknown color: approx Rouge. HEX triplet: 9D, 3D and 67. RGB value is (157,61,103). Sum of RGB (Red+Green+Blue) = 157+61+103=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3D67 is #62C298. Grayscale: #5E5E5E. Windows color (decimal): -6472345 or 6765981. OLE color: 6765981.

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

Color convert

RGB15761103-
CMYK00.610.340.38
HSL333.75º44.04%42.75%-
HSV(B)333.75º61.15%61.57%-
XYZ18.0211.4814.1-
YUV94.49132.8172.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.91%
GREEN value IS 61 (24.22% from 255) = 19.00%
BLUE value IS 103 (40.62% from 255) = 32.09%
R=48.91%
G=19.00%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576110300.610.340.38333.7544.0442.75
Hex9D3D6703D222614e2c2b
Octal2357514707542465165453
Binary1001110111110111001110111101100010100110101001110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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