#9B3327

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

Shades of Thunderbird #9B3327

Tints of Thunderbird #9B3327

Color information

#9B3327 (or 0x9B3327) is unknown color: approx Thunderbird. HEX triplet: 9B, 33 and 27. RGB value is (155,51,39). Sum of RGB (Red+Green+Blue) = 155+51+39=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3327 is #64CCD8. Grayscale: #505050. Windows color (decimal): -6606041 or 2569115. OLE color: 2569115.

HSL color Cylindrical-coordinate representation of color #9B3327: hue angle of 6.21º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B3327 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB1555139-
CMYK00.670.750.39
HSL6.21º59.79%38.04%-
HSV(B)6.21º74.84%60.78%-
XYZ15.079.482.96-
YUV80.73104.46180.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.27%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=63.27%
G=20.82%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155513900.670.750.396.2159.7938.04
Hex9B33270434B2763c26
Octal233634701031134767446
Binary10011011110011100111010000111001011100111110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,51,39); }

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

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

 a { background-color: rgb(155,51,39); }

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

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

 span { border-color: rgb(155,51,39); }

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