#94302F

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

Shades of Thunderbird #94302F

Tints of Thunderbird #94302F

Color information

#94302F (or 0x94302F) is unknown color: approx Thunderbird. HEX triplet: 94, 30 and 2F. RGB value is (148,48,47). Sum of RGB (Red+Green+Blue) = 148+48+47=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94302F is #6BCFD0. Grayscale: #4D4D4D. Windows color (decimal): -7065553 or 3092628. OLE color: 3092628.

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

Color convert

RGB1484847-
CMYK00.680.680.42
HSL0.59º51.79%38.24%-
HSV(B)0.59º68.24%58.04%-
XYZ13.788.623.63-
YUV77.79110.63178.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.91%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=60.91%
G=19.75%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148484700.680.680.420.5951.7938.24
Hex94302F044442A13426
Octal224605701041045216446
Binary100101001100001011110100010010001001010101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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