#9D3F67

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

Shades of Rouge #9D3F67

Tints of Rouge #9D3F67

Color information

#9D3F67 (or 0x9D3F67) is unknown color: approx Rouge. HEX triplet: 9D, 3F and 67. RGB value is (157,63,103). Sum of RGB (Red+Green+Blue) = 157+63+103=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3F67 is #62C098. Grayscale: #5F5F5F. Windows color (decimal): -6471833 or 6766493. OLE color: 6766493.

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

Color convert

RGB15763103-
CMYK00.600.340.38
HSL334.47º42.73%43.14%-
HSV(B)334.47º59.87%61.57%-
XYZ18.1311.714.14-
YUV95.67132.14171.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.61%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=48.61%
G=19.50%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576310300.600.340.38334.4742.7343.14
Hex9D3F6703C222614e2b2b
Octal2357714707442465165353
Binary1001110111111111001110111100100010100110101001110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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