#92342B

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

Shades of Thunderbird #92342B

Tints of Thunderbird #92342B

Color information

#92342B (or 0x92342B) is unknown color: approx Thunderbird. HEX triplet: 92, 34 and 2B. RGB value is (146,52,43). Sum of RGB (Red+Green+Blue) = 146+52+43=241 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.58% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 146 - color contains mainly: red. Hex color #92342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92342B is #6DCBD4. Grayscale: #4F4F4F. Windows color (decimal): -7195605 or 2831506. OLE color: 2831506.

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

Color convert

RGB1465243-
CMYK00.640.710.43
HSL5.24º54.5%37.06%-
HSV(B)5.24º70.55%57.25%-
XYZ13.528.743.26-
YUV79.08107.64175.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.58%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=60.58%
G=21.58%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146524300.640.710.435.2454.537.06
Hex92342B040472B53625
Octal222645301001075356645
Binary10010010110100101011010000001000111101011101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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