#943029

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

Shades of Thunderbird #943029

Tints of Thunderbird #943029

Color information

#943029 (or 0x943029) is unknown color: approx Thunderbird. HEX triplet: 94, 30 and 29. RGB value is (148,48,41). Sum of RGB (Red+Green+Blue) = 148+48+41=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #943029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943029 is #6BCFD6. Grayscale: #4D4D4D. Windows color (decimal): -7065559 or 2699412. OLE color: 2699412.

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

Color convert

RGB1484841-
CMYK00.680.720.42
HSL3.93º56.61%37.06%-
HSV(B)3.93º72.3%58.04%-
XYZ13.678.573.03-
YUV77.1107.63178.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.45%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 41 (16.41% from 255) = 17.30%
R=62.45%
G=20.25%
B=17.30%

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
Decimal148484100.680.720.423.9356.6137.06
Hex943029044482A43925
Octal224605101041105247145
Binary10010100110000101001010001001001000101010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943029; }

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

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

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

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

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

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

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

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