#94342D

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

Shades of Thunderbird #94342D

Tints of Thunderbird #94342D

Color information

#94342D (or 0x94342D) is unknown color: approx Thunderbird. HEX triplet: 94, 34 and 2D. RGB value is (148,52,45). Sum of RGB (Red+Green+Blue) = 148+52+45=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94342D is #6BCBD2. Grayscale: #505050. Windows color (decimal): -7064531 or 2962580. OLE color: 2962580.

HSL color Cylindrical-coordinate representation of color #94342D: hue angle of 4.08º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94342D is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1485245-
CMYK00.650.700.42
HSL4.08º53.37%37.84%-
HSV(B)4.08º69.59%58.04%-
XYZ13.918.943.48-
YUV79.91108.3176.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.41%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=60.41%
G=21.22%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148524500.650.700.424.0853.3737.84
Hex94342D041462A43526
Octal224645501011065246546
Binary10010100110100101101010000011000110101010100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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