#9B4070

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

Shades of Rouge #9B4070

Tints of Rouge #9B4070

Color information

#9B4070 (or 0x9B4070) is unknown color: approx Rouge. HEX triplet: 9B, 40 and 70. RGB value is (155,64,112). Sum of RGB (Red+Green+Blue) = 155+64+112=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4070 is #64BF8F. Grayscale: #606060. Windows color (decimal): -6602640 or 7356571. OLE color: 7356571.

HSL color Cylindrical-coordinate representation of color #9B4070: hue angle of 328.35º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4070 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB15564112-
CMYK00.590.280.39
HSL328.35º41.55%42.94%-
HSV(B)328.35º58.71%60.78%-
XYZ18.2811.8116.64-
YUV96.68136.65169.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=46.83%
G=19.34%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556411200.590.280.39328.3541.5542.94
Hex9B407003B1C271482a2b
Octal23310016007334475105253
Binary1001101110000001110000011101111100100111101001000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,112); }

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

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

 a { background-color: rgb(155,64,112); }

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

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

 span { border-color: rgb(155,64,112); }

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