#92322A

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

Shades of Thunderbird #92322A

Tints of Thunderbird #92322A

Color information

#92322A (or 0x92322A) is unknown color: approx Thunderbird. HEX triplet: 92, 32 and 2A. RGB value is (146,50,42). Sum of RGB (Red+Green+Blue) = 146+50+42=238 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.34% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 146 - color contains mainly: red. Hex color #92322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92322A is #6DCDD5. Grayscale: #4D4D4D. Windows color (decimal): -7196118 or 2765458. OLE color: 2765458.

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

Color convert

RGB1465042-
CMYK00.660.710.43
HSL4.62º55.32%36.86%-
HSV(B)4.62º71.23%57.25%-
XYZ13.418.563.14-
YUV77.79107.8176.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.34%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=61.34%
G=21.01%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146504200.660.710.434.6255.3236.86
Hex92322A042472B53725
Octal222625201021075356745
Binary10010010110010101010010000101000111101011101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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