#9B3865

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

Shades of Rouge #9B3865

Tints of Rouge #9B3865

Color information

#9B3865 (or 0x9B3865) is unknown color: approx Rouge. HEX triplet: 9B, 38 and 65. RGB value is (155,56,101). Sum of RGB (Red+Green+Blue) = 155+56+101=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3865 is #64C79A. Grayscale: #5A5A5A. Windows color (decimal): -6604699 or 6633627. OLE color: 6633627.

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

Color convert

RGB15556101-
CMYK00.640.350.39
HSL332.73º46.92%41.37%-
HSV(B)332.73º63.87%60.78%-
XYZ17.2810.7413.47-
YUV90.73133.8173.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=49.68%
G=17.95%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555610100.640.350.39332.7346.9241.37
Hex9B3865040232714d2f29
Octal23370145010043475155751
Binary10011011111000110010101000000100011100111101001101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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