#9B386C

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

Shades of Rouge #9B386C

Tints of Rouge #9B386C

Color information

#9B386C (or 0x9B386C) is unknown color: approx Rouge. HEX triplet: 9B, 38 and 6C. RGB value is (155,56,108). Sum of RGB (Red+Green+Blue) = 155+56+108=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B386C is #64C793. Grayscale: #5B5B5B. Windows color (decimal): -6604692 or 7092379. OLE color: 7092379.

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

Color convert

RGB15556108-
CMYK00.640.300.39
HSL328.48º46.92%41.37%-
HSV(B)328.48º63.87%60.78%-
XYZ17.6410.8815.36-
YUV91.53137.3173.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.59%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=48.59%
G=17.55%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555610800.640.300.39328.4846.9241.37
Hex9B386C0401E271482f29
Octal23370154010036475105751
Binary1001101111100011011000100000011110100111101001000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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