#92362A

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

Shades of Thunderbird #92362A

Tints of Thunderbird #92362A

Color information

#92362A (or 0x92362A) is unknown color: approx Thunderbird. HEX triplet: 92, 36 and 2A. RGB value is (146,54,42). Sum of RGB (Red+Green+Blue) = 146+54+42=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #92362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92362A is #6DC9D5. Grayscale: #505050. Windows color (decimal): -7195094 or 2766482. OLE color: 2766482.

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

Color convert

RGB1465442-
CMYK00.630.710.43
HSL6.92º55.32%36.86%-
HSV(B)6.92º71.23%57.25%-
XYZ13.598.923.2-
YUV80.14106.48174.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.33%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=60.33%
G=22.31%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146544200.630.710.436.9255.3236.86
Hex92362A03F472B73725
Octal22266520771075376745
Binary1001001011011010101001111111000111101011111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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