#9B3A6C

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

Shades of Rouge #9B3A6C

Tints of Rouge #9B3A6C

Color information

#9B3A6C (or 0x9B3A6C) is unknown color: approx Rouge. HEX triplet: 9B, 3A and 6C. RGB value is (155,58,108). Sum of RGB (Red+Green+Blue) = 155+58+108=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3A6C is #64C593. Grayscale: #5C5C5C. Windows color (decimal): -6604180 or 7092891. OLE color: 7092891.

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

Color convert

RGB15558108-
CMYK00.630.300.39
HSL329.07º45.54%41.76%-
HSV(B)329.07º62.58%60.78%-
XYZ17.7411.0815.39-
YUV92.7136.64172.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=48.29%
G=18.07%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555810800.630.300.39329.0745.5441.76
Hex9B3A6C03F1E271492e2a
Octal2337215407736475115652
Binary100110111110101101100011111111110100111101001001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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