#923129

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

Shades of Thunderbird #923129

Tints of Thunderbird #923129

Color information

#923129 (or 0x923129) is unknown color: approx Thunderbird. HEX triplet: 92, 31 and 29. RGB value is (146,49,41). Sum of RGB (Red+Green+Blue) = 146+49+41=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #923129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923129 is #6DCED6. Grayscale: #4D4D4D. Windows color (decimal): -7196375 or 2699666. OLE color: 2699666.

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

Color convert

RGB1464941-
CMYK00.660.720.43
HSL4.57º56.15%36.67%-
HSV(B)4.57º71.92%57.25%-
XYZ13.358.473.03-
YUV77.09107.64177.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.86%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=61.86%
G=20.76%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146494100.660.720.434.5756.1536.67
Hex923129042482B53825
Octal222615101021105357045
Binary10010010110001101001010000101001000101011101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923129; }

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

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

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

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

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

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

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

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