#9B366F

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

Shades of Rouge #9B366F

Tints of Rouge #9B366F

Color information

#9B366F (or 0x9B366F) is unknown color: approx Rouge. HEX triplet: 9B, 36 and 6F. RGB value is (155,54,111). Sum of RGB (Red+Green+Blue) = 155+54+111=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B366F is #64C990. Grayscale: #5A5A5A. Windows color (decimal): -6605201 or 7288475. OLE color: 7288475.

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

Color convert

RGB15554111-
CMYK00.650.280.39
HSL326.14º48.33%40.98%-
HSV(B)326.14º65.16%60.78%-
XYZ17.7110.7516.18-
YUV90.7139.46173.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 54 (21.48% from 255) = 16.88%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=48.44%
G=16.88%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555411100.650.280.39326.1448.3340.98
Hex9B366F0411C271463029
Octal23366157010134475066051
Binary1001101111011011011110100000111100100111101000110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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