#94382E

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

Shades of Thunderbird #94382E

Tints of Thunderbird #94382E

Color information

#94382E (or 0x94382E) is unknown color: approx Thunderbird. HEX triplet: 94, 38 and 2E. RGB value is (148,56,46). Sum of RGB (Red+Green+Blue) = 148+56+46=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #94382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94382E is #6BC7D1. Grayscale: #525252. Windows color (decimal): -7063506 or 3029140. OLE color: 3029140.

HSL color Cylindrical-coordinate representation of color #94382E: hue angle of 5.88º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94382E is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1485646-
CMYK00.620.690.42
HSL5.88º52.58%38.04%-
HSV(B)5.88º68.92%58.04%-
XYZ14.129.323.64-
YUV82.37107.48174.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.2%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=59.2%
G=22.4%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148564600.620.690.425.8852.5838.04
Hex94382E03E452A63526
Octal22470560761055266546
Binary1001010011100010111001111101000101101010110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94382E; }

 p { color: rgb(148,56,46); }

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

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

 a { background-color: rgb(148,56,46); }

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

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

 span { border-color: rgb(148,56,46); }

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