#943432

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

Shades of Thunderbird #943432

Tints of Thunderbird #943432

Color information

#943432 (or 0x943432) is unknown color: approx Thunderbird. HEX triplet: 94, 34 and 32. RGB value is (148,52,50). Sum of RGB (Red+Green+Blue) = 148+52+50=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #943432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943432 is #6BCBCD. Grayscale: #505050. Windows color (decimal): -7064526 or 3290260. OLE color: 3290260.

HSL color Cylindrical-coordinate representation of color #943432: hue angle of 1.22º 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 #943432 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB1485250-
CMYK00.650.660.42
HSL1.22º49.49%38.82%-
HSV(B)1.22º66.22%58.04%-
XYZ14.028.984.01-
YUV80.48110.8176.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.2%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 50 (19.92% from 255) = 20%
R=59.2%
G=20.8%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148525000.650.660.421.2249.4938.82
Hex943432041422A13127
Octal224646201011025216147
Binary100101001101001100100100000110000101010101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943432; }

 p { color: rgb(148,52,50); }

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

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

 a { background-color: rgb(148,52,50); }

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

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

 span { border-color: rgb(148,52,50); }

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