#94372B

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

Shades of Thunderbird #94372B

Tints of Thunderbird #94372B

Color information

#94372B (or 0x94372B) is unknown color: approx Thunderbird. HEX triplet: 94, 37 and 2B. RGB value is (148,55,43). Sum of RGB (Red+Green+Blue) = 148+55+43=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94372B is #6BC8D4. Grayscale: #515151. Windows color (decimal): -7063765 or 2832276. OLE color: 2832276.

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

Color convert

RGB1485543-
CMYK00.630.710.42
HSL6.86º54.97%37.45%-
HSV(B)6.86º70.95%58.04%-
XYZ14.019.23.32-
YUV81.44106.31175.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.16%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=60.16%
G=22.36%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148554300.630.710.426.8654.9737.45
Hex94372B03F472A73725
Octal22467530771075276745
Binary1001010011011110101101111111000111101010111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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