#923131

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

Shades of Thunderbird #923131

Tints of Thunderbird #923131

Color information

#923131 (or 0x923131) is unknown color: approx Thunderbird. HEX triplet: 92, 31 and 31. RGB value is (146,49,49). Sum of RGB (Red+Green+Blue) = 146+49+49=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #923131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923131 is #6DCECE. Grayscale: #4E4E4E. Windows color (decimal): -7196367 or 3223954. OLE color: 3223954.

HSL color Cylindrical-coordinate representation of color #923131: hue angle of 0º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923131 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB1464949-
CMYK00.660.660.43
HSL49.74%38.24%-
HSV(B)66.44%57.25%-
XYZ13.518.533.84-
YUV78111.64176.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.84%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=59.84%
G=20.08%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146494900.660.660.43049.7438.24
Hex923131042422B03226
Octal222616101021025306246
Binary100100101100011100010100001010000101010110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923131; }

 p { color: rgb(146,49,49); }

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

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

 a { background-color: rgb(146,49,49); }

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

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

 span { border-color: rgb(146,49,49); }

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