#94342F

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

Shades of Thunderbird #94342F

Tints of Thunderbird #94342F

Color information

#94342F (or 0x94342F) is unknown color: approx Thunderbird. HEX triplet: 94, 34 and 2F. RGB value is (148,52,47). Sum of RGB (Red+Green+Blue) = 148+52+47=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #94342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94342F is #6BCBD0. Grayscale: #505050. Windows color (decimal): -7064529 or 3093652. OLE color: 3093652.

HSL color Cylindrical-coordinate representation of color #94342F: hue angle of 2.97º 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 #94342F is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1485247-
CMYK00.650.680.42
HSL2.97º51.79%38.24%-
HSV(B)2.97º68.24%58.04%-
XYZ13.958.963.68-
YUV80.13109.3176.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.92%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 47 (18.75% from 255) = 19.03%
R=59.92%
G=21.05%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148524700.650.680.422.9751.7938.24
Hex94342F041442A33426
Octal224645701011045236446
Binary1001010011010010111101000001100010010101011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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