#943E31

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

Shades of Thunderbird #943E31

Tints of Thunderbird #943E31

Color information

#943E31 (or 0x943E31) is unknown color: approx Thunderbird. HEX triplet: 94, 3E and 31. RGB value is (148,62,49). Sum of RGB (Red+Green+Blue) = 148+62+49=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #943E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943E31 is #6BC1CE. Grayscale: #565656. Windows color (decimal): -7061967 or 3227284. OLE color: 3227284.

HSL color Cylindrical-coordinate representation of color #943E31: hue angle of 7.88º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943E31 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1486249-
CMYK00.580.670.42
HSL7.88º50.25%38.63%-
HSV(B)7.88º66.89%58.04%-
XYZ14.499.964.07-
YUV86.23106.99172.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.14%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 49 (19.53% from 255) = 18.92%
R=57.14%
G=23.94%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148624900.580.670.427.8850.2538.63
Hex943E3103A432A83227
Octal224766107210352106247
Binary10010100111110110001011101010000111010101000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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