#942F29

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

Shades of Thunderbird #942F29

Tints of Thunderbird #942F29

Color information

#942F29 (or 0x942F29) is unknown color: approx Thunderbird. HEX triplet: 94, 2F and 29. RGB value is (148,47,41). Sum of RGB (Red+Green+Blue) = 148+47+41=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #942F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942F29 is #6BD0D6. Grayscale: #4C4C4C. Windows color (decimal): -7065815 or 2699156. OLE color: 2699156.

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

Color convert

RGB1484741-
CMYK00.680.720.42
HSL3.36º56.61%37.06%-
HSV(B)3.36º72.3%58.04%-
XYZ13.638.493.02-
YUV76.52107.96178.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.71%
GREEN value IS 47 (18.75% from 255) = 19.92%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=62.71%
G=19.92%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148474100.680.720.423.3656.6137.06
Hex942F29044482A33925
Octal224575101041105237145
Binary1001010010111110100101000100100100010101011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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