#943F35

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

Shades of Thunderbird #943F35

Tints of Thunderbird #943F35

Color information

#943F35 (or 0x943F35) is unknown color: approx Thunderbird. HEX triplet: 94, 3F and 35. RGB value is (148,63,53). Sum of RGB (Red+Green+Blue) = 148+63+53=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #943F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943F35 is #6BC0CA. Grayscale: #575757. Windows color (decimal): -7061707 or 3489684. OLE color: 3489684.

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

Color convert

RGB1486353-
CMYK00.570.640.42
HSL6.32º47.26%39.41%-
HSV(B)6.32º64.19%58.04%-
XYZ14.6310.114.55-
YUV87.28108.66171.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.06%
GREEN value IS 63 (25% from 255) = 23.86%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=56.06%
G=23.86%
B=20.08%

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
Decimal148635300.570.640.426.3247.2639.41
Hex943F35039402A62f27
Octal22477650711005265747
Binary1001010011111111010101110011000000101010110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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