#94392B

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

Shades of Thunderbird #94392B

Tints of Thunderbird #94392B

Color information

#94392B (or 0x94392B) is unknown color: approx Thunderbird. HEX triplet: 94, 39 and 2B. RGB value is (148,57,43). Sum of RGB (Red+Green+Blue) = 148+57+43=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #94392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94392B is #6BC6D4. Grayscale: #525252. Windows color (decimal): -7063253 or 2832788. OLE color: 2832788.

HSL color Cylindrical-coordinate representation of color #94392B: hue angle of 8º 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 #94392B is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1485743-
CMYK00.610.710.42
HSL54.97%37.45%-
HSV(B)70.95%58.04%-
XYZ14.119.43.36-
YUV82.61105.65174.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.68%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=59.68%
G=22.98%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148574300.610.710.42854.9737.45
Hex94392B03D472A83725
Octal224715307510752106745
Binary10010100111001101011011110110001111010101000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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