#9B346F

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

Shades of Rouge #9B346F

Tints of Rouge #9B346F

Color information

#9B346F (or 0x9B346F) is unknown color: approx Rouge. HEX triplet: 9B, 34 and 6F. RGB value is (155,52,111). Sum of RGB (Red+Green+Blue) = 155+52+111=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B346F is #64CB90. Grayscale: #595959. Windows color (decimal): -6605713 or 7287963. OLE color: 7287963.

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

Color convert

RGB15552111-
CMYK00.660.280.39
HSL325.63º49.76%40.59%-
HSV(B)325.63º66.45%60.78%-
XYZ17.6110.5716.15-
YUV89.52140.12174.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 52 (20.70% from 255) = 16.35%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=48.74%
G=16.35%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555211100.660.280.39325.6349.7640.59
Hex9B346F0421C271463229
Octal23364157010234475066251
Binary1001101111010011011110100001011100100111101000110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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