#94302D

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

Shades of Thunderbird #94302D

Tints of Thunderbird #94302D

Color information

#94302D (or 0x94302D) is unknown color: approx Thunderbird. HEX triplet: 94, 30 and 2D. RGB value is (148,48,45). Sum of RGB (Red+Green+Blue) = 148+48+45=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #94302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94302D is #6BCFD2. Grayscale: #4D4D4D. Windows color (decimal): -7065555 or 2961556. OLE color: 2961556.

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

Color convert

RGB1484845-
CMYK00.680.700.42
HSL1.75º53.37%37.84%-
HSV(B)1.75º69.59%58.04%-
XYZ13.748.63.42-
YUV77.56109.63178.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.41%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=61.41%
G=19.92%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148484500.680.700.421.7553.3737.84
Hex94302D044462A23526
Octal224605501041065226546
Binary1001010011000010110101000100100011010101010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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