#94362A

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

Shades of Thunderbird #94362A

Tints of Thunderbird #94362A

Color information

#94362A (or 0x94362A) is unknown color: approx Thunderbird. HEX triplet: 94, 36 and 2A. RGB value is (148,54,42). Sum of RGB (Red+Green+Blue) = 148+54+42=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #94362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94362A is #6BC9D5. Grayscale: #505050. Windows color (decimal): -7064022 or 2766484. OLE color: 2766484.

HSL color Cylindrical-coordinate representation of color #94362A: hue angle of 6.79º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94362A is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1485442-
CMYK00.640.720.42
HSL6.79º55.79%37.25%-
HSV(B)6.79º71.62%58.04%-
XYZ13.959.13.21-
YUV80.74106.14175.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.66%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=60.66%
G=22.13%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148544200.640.720.426.7955.7937.25
Hex94362A040482A73825
Octal224665201001105277045
Binary10010100110110101010010000001001000101010111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94362A; }

 p { color: rgb(148,54,42); }

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

<style>
 a { background-color: #94362A; }

 a { background-color: rgb(148,54,42); }

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

<style>
 span { border-color: #94362A; }

 span { border-color: rgb(148,54,42); }

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