#9B3860

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

Shades of Rouge #9B3860

Tints of Rouge #9B3860

Color information

#9B3860 (or 0x9B3860) is unknown color: approx Rouge. HEX triplet: 9B, 38 and 60. RGB value is (155,56,96). Sum of RGB (Red+Green+Blue) = 155+56+96=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3860 is #64C79F. Grayscale: #5A5A5A. Windows color (decimal): -6604704 or 6305947. OLE color: 6305947.

HSL color Cylindrical-coordinate representation of color #9B3860: hue angle of 335.76º 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 #9B3860 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB1555696-
CMYK00.640.380.39
HSL335.76º46.92%41.37%-
HSV(B)335.76º63.87%60.78%-
XYZ17.0410.6412.22-
YUV90.16131.3174.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.49%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=50.49%
G=18.24%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155569600.640.380.39335.7646.9241.37
Hex9B386004026271502f29
Octal23370140010046475205751
Binary10011011111000110000001000000100110100111101010000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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