#922F29

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

Shades of Thunderbird #922F29

Tints of Thunderbird #922F29

Color information

#922F29 (or 0x922F29) is unknown color: approx Thunderbird. HEX triplet: 92, 2F and 29. RGB value is (146,47,41). Sum of RGB (Red+Green+Blue) = 146+47+41=234 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.39% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 146 - color contains mainly: red. Hex color #922F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922F29 is #6DD0D6. Grayscale: #4C4C4C. Windows color (decimal): -7196887 or 2699154. OLE color: 2699154.

HSL color Cylindrical-coordinate representation of color #922F29: hue angle of 3.43º 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 #922F29 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1464741-
CMYK00.680.720.43
HSL3.43º56.15%36.67%-
HSV(B)3.43º71.92%57.25%-
XYZ13.278.33-
YUV75.92108.3177.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.39%
GREEN value IS 47 (18.75% from 255) = 20.09%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=62.39%
G=20.09%
B=17.52%

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
Decimal146474100.680.720.433.4356.1536.67
Hex922F29044482B33825
Octal222575101041105337045
Binary1001001010111110100101000100100100010101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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