#92312A

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

Shades of Thunderbird #92312A

Tints of Thunderbird #92312A

Color information

#92312A (or 0x92312A) is unknown color: approx Thunderbird. HEX triplet: 92, 31 and 2A. RGB value is (146,49,42). Sum of RGB (Red+Green+Blue) = 146+49+42=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #92312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92312A is #6DCED5. Grayscale: #4D4D4D. Windows color (decimal): -7196374 or 2765202. OLE color: 2765202.

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

Color convert

RGB1464942-
CMYK00.660.710.43
HSL4.04º55.32%36.86%-
HSV(B)4.04º71.23%57.25%-
XYZ13.378.473.12-
YUV77.2108.14177.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.60%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 42 (16.80% from 255) = 17.72%
R=61.60%
G=20.68%
B=17.72%

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
Decimal146494200.660.710.434.0455.3236.86
Hex92312A042472B43725
Octal222615201021075346745
Binary10010010110001101010010000101000111101011100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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