#94312B

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

Shades of Thunderbird #94312B

Tints of Thunderbird #94312B

Color information

#94312B (or 0x94312B) is unknown color: approx Thunderbird. HEX triplet: 94, 31 and 2B. RGB value is (148,49,43). Sum of RGB (Red+Green+Blue) = 148+49+43=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #94312B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94312B is #6BCED4. Grayscale: #4E4E4E. Windows color (decimal): -7065301 or 2830740. OLE color: 2830740.

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

Color convert

RGB1484943-
CMYK00.670.710.42
HSL3.43º54.97%37.45%-
HSV(B)3.43º70.95%58.04%-
XYZ13.758.673.23-
YUV77.92108.3177.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.67%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 43 (17.19% from 255) = 17.92%
R=61.67%
G=20.42%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148494300.670.710.423.4354.9737.45
Hex94312B043472A33725
Octal224615301031075236745
Binary1001010011000110101101000011100011110101011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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