#94372F

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

Shades of Thunderbird #94372F

Tints of Thunderbird #94372F

Color information

#94372F (or 0x94372F) is unknown color: approx Thunderbird. HEX triplet: 94, 37 and 2F. RGB value is (148,55,47). Sum of RGB (Red+Green+Blue) = 148+55+47=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #94372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94372F is #6BC8D0. Grayscale: #525252. Windows color (decimal): -7063761 or 3094420. OLE color: 3094420.

HSL color Cylindrical-coordinate representation of color #94372F: hue angle of 4.75º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94372F is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1485547-
CMYK00.630.680.42
HSL4.75º51.79%38.24%-
HSV(B)4.75º68.24%58.04%-
XYZ14.099.233.73-
YUV81.9108.31175.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.2%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=59.2%
G=22%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148554700.630.680.424.7551.7938.24
Hex94372F03F442A53426
Octal22467570771045256446
Binary1001010011011110111101111111000100101010101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94372F; }

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

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

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

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

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

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

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

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