#9F386D

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

Shades of Rouge #9F386D

Tints of Rouge #9F386D

Color information

#9F386D (or 0x9F386D) is unknown color: approx Rouge. HEX triplet: 9F, 38 and 6D. RGB value is (159,56,109). Sum of RGB (Red+Green+Blue) = 159+56+109=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F386D is #60C792. Grayscale: #5C5C5C. Windows color (decimal): -6342547 or 7157919. OLE color: 7157919.

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

Color convert

RGB15956109-
CMYK00.650.310.38
HSL329.13º47.91%42.16%-
HSV(B)329.13º64.78%62.35%-
XYZ18.4711.315.68-
YUV92.84137.12175.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 109 (42.97% from 255) = 33.64%
R=49.07%
G=17.28%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595610900.650.310.38329.1347.9142.16
Hex9F386D0411F26149302a
Octal23770155010137465116052
Binary1001111111100011011010100000111111100110101001001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,56,109); }

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

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

 a { background-color: rgb(159,56,109); }

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

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

 span { border-color: rgb(159,56,109); }

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