#94372A

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

Shades of Thunderbird #94372A

Tints of Thunderbird #94372A

Color information

#94372A (or 0x94372A) is unknown color: approx Thunderbird. HEX triplet: 94, 37 and 2A. RGB value is (148,55,42). Sum of RGB (Red+Green+Blue) = 148+55+42=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94372A is #6BC8D5. Grayscale: #515151. Windows color (decimal): -7063766 or 2766740. OLE color: 2766740.

HSL color Cylindrical-coordinate representation of color #94372A: hue angle of 7.36º degrees, saturation: 0.56, 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 #94372A is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1485542-
CMYK00.630.720.42
HSL7.36º55.79%37.25%-
HSV(B)7.36º71.62%58.04%-
XYZ149.23.23-
YUV81.32105.81175.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=60.41%
G=22.45%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148554200.630.720.427.3655.7937.25
Hex94372A03F482A73825
Octal22467520771105277045
Binary1001010011011110101001111111001000101010111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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