#943F33

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

Shades of Thunderbird #943F33

Tints of Thunderbird #943F33

Color information

#943F33 (or 0x943F33) is unknown color: approx Thunderbird. HEX triplet: 94, 3F and 33. RGB value is (148,63,51). Sum of RGB (Red+Green+Blue) = 148+63+51=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #943F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943F33 is #6BC0CC. Grayscale: #575757. Windows color (decimal): -7061709 or 3358612. OLE color: 3358612.

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

Color convert

RGB1486351-
CMYK00.570.660.42
HSL7.42º48.74%39.02%-
HSV(B)7.42º65.54%58.04%-
XYZ14.5910.094.31-
YUV87.05107.66171.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.49%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=56.49%
G=24.05%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148635100.570.660.427.4248.7439.02
Hex943F33039422A73127
Octal22477630711025276147
Binary1001010011111111001101110011000010101010111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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