#92322B

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

Shades of Thunderbird #92322B

Tints of Thunderbird #92322B

Color information

#92322B (or 0x92322B) is unknown color: approx Thunderbird. HEX triplet: 92, 32 and 2B. RGB value is (146,50,43). Sum of RGB (Red+Green+Blue) = 146+50+43=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #92322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92322B is #6DCDD4. Grayscale: #4E4E4E. Windows color (decimal): -7196117 or 2830994. OLE color: 2830994.

HSL color Cylindrical-coordinate representation of color #92322B: hue angle of 4.08º degrees, saturation: 0.54, 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 #92322B is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB1465043-
CMYK00.660.710.43
HSL4.08º54.5%37.06%-
HSV(B)4.08º70.55%57.25%-
XYZ13.438.573.23-
YUV77.91108.3176.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.09%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=61.09%
G=20.92%
B=17.99%

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
Decimal146504300.660.710.434.0854.537.06
Hex92322B042472B43625
Octal222625301021075346645
Binary10010010110010101011010000101000111101011100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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