#94382F

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

Shades of Thunderbird #94382F

Tints of Thunderbird #94382F

Color information

#94382F (or 0x94382F) is unknown color: approx Thunderbird. HEX triplet: 94, 38 and 2F. RGB value is (148,56,47). Sum of RGB (Red+Green+Blue) = 148+56+47=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #94382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94382F is #6BC7D0. Grayscale: #525252. Windows color (decimal): -7063505 or 3094676. OLE color: 3094676.

HSL color Cylindrical-coordinate representation of color #94382F: hue angle of 5.35º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94382F is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1485647-
CMYK00.620.680.42
HSL5.35º51.79%38.24%-
HSV(B)5.35º68.24%58.04%-
XYZ14.149.333.74-
YUV82.48107.98174.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.96%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=58.96%
G=22.31%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148564700.620.680.425.3551.7938.24
Hex94382F03E442A53426
Octal22470570761045256446
Binary1001010011100010111101111101000100101010101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94382F; }

 p { color: rgb(148,56,47); }

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

<style>
 a { background-color: #94382F; }

 a { background-color: rgb(148,56,47); }

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

<style>
 span { border-color: #94382F; }

 span { border-color: rgb(148,56,47); }

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