#9B3870

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

Shades of Rouge #9B3870

Tints of Rouge #9B3870

Color information

#9B3870 (or 0x9B3870) is unknown color: approx Rouge. HEX triplet: 9B, 38 and 70. RGB value is (155,56,112). Sum of RGB (Red+Green+Blue) = 155+56+112=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3870 is #64C78F. Grayscale: #5B5B5B. Windows color (decimal): -6604688 or 7354523. OLE color: 7354523.

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

Color convert

RGB15556112-
CMYK00.640.280.39
HSL326.06º46.92%41.37%-
HSV(B)326.06º63.87%60.78%-
XYZ17.8610.9716.5-
YUV91.98139.3172.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=47.99%
G=17.34%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555611200.640.280.39326.0646.9241.37
Hex9B38700401C271462f29
Octal23370160010034475065751
Binary1001101111100011100000100000011100100111101000110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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