#9F2B70

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

Shades of Rouge #9F2B70

Tints of Rouge #9F2B70

Color information

#9F2B70 (or 0x9F2B70) is unknown color: approx Rouge. HEX triplet: 9F, 2B and 70. RGB value is (159,43,112). Sum of RGB (Red+Green+Blue) = 159+43+112=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2B70 is #60D48F. Grayscale: #555555. Windows color (decimal): -6345872 or 7351199. OLE color: 7351199.

HSL color Cylindrical-coordinate representation of color #9F2B70: hue angle of 324.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F2B70 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15943112-
CMYK00.730.300.38
HSL324.31º57.43%39.61%-
HSV(B)324.31º72.96%62.35%-
XYZ18.0910.2716.36-
YUV85.55142.93180.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.64%
GREEN value IS 43 (17.19% from 255) = 13.69%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=50.64%
G=13.69%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594311200.730.300.38324.3157.4339.61
Hex9F2B700491E261443928
Octal23753160011136465047150
Binary1001111110101111100000100100111110100110101000100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,43,112); }

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

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

 a { background-color: rgb(159,43,112); }

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

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

 span { border-color: rgb(159,43,112); }

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