#92302B

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

Shades of Thunderbird #92302B

Tints of Thunderbird #92302B

Color information

#92302B (or 0x92302B) is unknown color: approx Thunderbird. HEX triplet: 92, 30 and 2B. RGB value is (146,48,43). Sum of RGB (Red+Green+Blue) = 146+48+43=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #92302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92302B is #6DCFD4. Grayscale: #4C4C4C. Windows color (decimal): -7196629 or 2830482. OLE color: 2830482.

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

Color convert

RGB1464843-
CMYK00.670.710.43
HSL2.91º54.5%37.06%-
HSV(B)2.91º70.55%57.25%-
XYZ13.358.43.2-
YUV76.73108.97177.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.60%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=61.60%
G=20.25%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146484300.670.710.432.9154.537.06
Hex92302B043472B33625
Octal222605301031075336645
Binary1001001011000010101101000011100011110101111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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