#94302B

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

Shades of Thunderbird #94302B

Tints of Thunderbird #94302B

Color information

#94302B (or 0x94302B) is unknown color: approx Thunderbird. HEX triplet: 94, 30 and 2B. RGB value is (148,48,43). Sum of RGB (Red+Green+Blue) = 148+48+43=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #94302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94302B is #6BCFD4. Grayscale: #4D4D4D. Windows color (decimal): -7065557 or 2830484. OLE color: 2830484.

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

Color convert

RGB1484843-
CMYK00.680.710.42
HSL2.86º54.97%37.45%-
HSV(B)2.86º70.95%58.04%-
XYZ13.718.583.22-
YUV77.33108.63178.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.92%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 43 (17.19% from 255) = 17.99%
R=61.92%
G=20.08%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148484300.680.710.422.8654.9737.45
Hex94302B044472A33725
Octal224605301041075236745
Binary1001010011000010101101000100100011110101011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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