#9B366C

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

Shades of Rouge #9B366C

Tints of Rouge #9B366C

Color information

#9B366C (or 0x9B366C) is unknown color: approx Rouge. HEX triplet: 9B, 36 and 6C. RGB value is (155,54,108). Sum of RGB (Red+Green+Blue) = 155+54+108=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B366C is #64C993. Grayscale: #5A5A5A. Windows color (decimal): -6605204 or 7091867. OLE color: 7091867.

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

Color convert

RGB15554108-
CMYK00.650.300.39
HSL327.92º48.33%40.98%-
HSV(B)327.92º65.16%60.78%-
XYZ17.5410.6915.33-
YUV90.35137.96174.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=48.90%
G=17.03%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555410800.650.300.39327.9248.3340.98
Hex9B366C0411E271483029
Octal23366154010136475106051
Binary1001101111011011011000100000111110100111101001000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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