#9B3B32

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

Shades of Thunderbird #9B3B32

Tints of Thunderbird #9B3B32

Color information

#9B3B32 (or 0x9B3B32) is unknown color: approx Thunderbird. HEX triplet: 9B, 3B and 32. RGB value is (155,59,50). Sum of RGB (Red+Green+Blue) = 155+59+50=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3B32 is #64C4CD. Grayscale: #565656. Windows color (decimal): -6603982 or 3292059. OLE color: 3292059.

HSL color Cylindrical-coordinate representation of color #9B3B32: hue angle of 5.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3B32 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1555950-
CMYK00.620.680.39
HSL5.14º51.22%40.2%-
HSV(B)5.14º67.74%60.78%-
XYZ15.6610.334.19-
YUV86.68107.3176.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 59 (23.44% from 255) = 22.35%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=58.71%
G=22.35%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155595000.620.680.395.1451.2240.2
Hex9B3B3203E442753328
Octal23373620761044756350
Binary1001101111101111001001111101000100100111101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,59,50); }

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

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

 a { background-color: rgb(155,59,50); }

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

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

 span { border-color: rgb(155,59,50); }

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