#922F2A

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

Shades of Thunderbird #922F2A

Tints of Thunderbird #922F2A

Color information

#922F2A (or 0x922F2A) is unknown color: approx Thunderbird. HEX triplet: 92, 2F and 2A. RGB value is (146,47,42). Sum of RGB (Red+Green+Blue) = 146+47+42=235 (31% of max value = 765). Red value is 146 (57.42% from 255 or 62.13% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 146 - color contains mainly: red. Hex color #922F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922F2A is #6DD0D5. Grayscale: #4C4C4C. Windows color (decimal): -7196886 or 2764690. OLE color: 2764690.

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

Color convert

RGB1464742-
CMYK00.680.710.43
HSL2.88º55.32%36.86%-
HSV(B)2.88º71.23%57.25%-
XYZ13.298.313.09-
YUV76.03108.8177.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.13%
GREEN value IS 47 (18.75% from 255) = 20%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=62.13%
G=20%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146474200.680.710.432.8855.3236.86
Hex922F2A044472B33725
Octal222575201041075336745
Binary1001001010111110101001000100100011110101111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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