#943F36

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

Shades of Thunderbird #943F36

Tints of Thunderbird #943F36

Color information

#943F36 (or 0x943F36) is unknown color: approx Thunderbird. HEX triplet: 94, 3F and 36. RGB value is (148,63,54). Sum of RGB (Red+Green+Blue) = 148+63+54=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #943F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943F36 is #6BC0C9. Grayscale: #575757. Windows color (decimal): -7061706 or 3555220. OLE color: 3555220.

HSL color Cylindrical-coordinate representation of color #943F36: hue angle of 5.74º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943F36 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB1486354-
CMYK00.570.640.42
HSL5.74º46.53%39.61%-
HSV(B)5.74º63.51%58.04%-
XYZ14.6610.124.67-
YUV87.39109.16171.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.85%
GREEN value IS 63 (25% from 255) = 23.77%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=55.85%
G=23.77%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148635400.570.640.425.7446.5339.61
Hex943F36039402A62f28
Octal22477660711005265750
Binary1001010011111111011001110011000000101010110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943F36; }

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

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

<style>
 a { background-color: #943F36; }

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

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

<style>
 span { border-color: #943F36; }

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

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