#92322E

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

Shades of Thunderbird #92322E

Tints of Thunderbird #92322E

Color information

#92322E (or 0x92322E) is unknown color: approx Thunderbird. HEX triplet: 92, 32 and 2E. RGB value is (146,50,46). Sum of RGB (Red+Green+Blue) = 146+50+46=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #92322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92322E is #6DCDD1. Grayscale: #4E4E4E. Windows color (decimal): -7196114 or 3027602. OLE color: 3027602.

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

Color convert

RGB1465046-
CMYK00.660.680.43
HSL2.4º52.08%37.65%-
HSV(B)2.4º68.49%57.25%-
XYZ13.498.593.53-
YUV78.25109.8176.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.33%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=60.33%
G=20.66%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146504600.660.680.432.452.0837.65
Hex92322E042442B23426
Octal222625601021045326446
Binary1001001011001010111001000010100010010101110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92322E; }

 p { color: rgb(146,50,46); }

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

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

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

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

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

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

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