#922E29

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

Shades of Thunderbird #922E29

Tints of Thunderbird #922E29

Color information

#922E29 (or 0x922E29) is unknown color: approx Thunderbird. HEX triplet: 92, 2E and 29. RGB value is (146,46,41). Sum of RGB (Red+Green+Blue) = 146+46+41=233 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.66% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 146 - color contains mainly: red. Hex color #922E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922E29 is #6DD1D6. Grayscale: #4B4B4B. Windows color (decimal): -7197143 or 2698898. OLE color: 2698898.

HSL color Cylindrical-coordinate representation of color #922E29: hue angle of 2.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #922E29 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1464641-
CMYK00.680.720.43
HSL2.86º56.15%36.67%-
HSV(B)2.86º71.92%57.25%-
XYZ13.238.232.99-
YUV75.33108.63178.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.66%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=62.66%
G=19.74%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146464100.680.720.432.8656.1536.67
Hex922E29044482B33825
Octal222565101041105337045
Binary1001001010111010100101000100100100010101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922E29; }

 p { color: rgb(146,46,41); }

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

<style>
 a { background-color: #922E29; }

 a { background-color: rgb(146,46,41); }

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

<style>
 span { border-color: #922E29; }

 span { border-color: rgb(146,46,41); }

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