#94322B

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

Shades of Thunderbird #94322B

Tints of Thunderbird #94322B

Color information

#94322B (or 0x94322B) is unknown color: approx Thunderbird. HEX triplet: 94, 32 and 2B. RGB value is (148,50,43). Sum of RGB (Red+Green+Blue) = 148+50+43=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #94322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94322B is #6BCDD4. Grayscale: #4E4E4E. Windows color (decimal): -7065045 or 2830996. OLE color: 2830996.

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

Color convert

RGB1485043-
CMYK00.660.710.42
HSL54.97%37.45%-
HSV(B)70.95%58.04%-
XYZ13.798.753.25-
YUV78.5107.97177.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.41%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=61.41%
G=20.75%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148504300.660.710.42454.9737.45
Hex94322B042472A43725
Octal224625301021075246745
Binary10010100110010101011010000101000111101010100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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