#933429

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

Shades of Thunderbird #933429

Tints of Thunderbird #933429

Color information

#933429 (or 0x933429) is unknown color: approx Thunderbird. HEX triplet: 93, 34 and 29. RGB value is (147,52,41). Sum of RGB (Red+Green+Blue) = 147+52+41=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #933429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933429 is #6CCBD6. Grayscale: #4F4F4F. Windows color (decimal): -7130071 or 2700435. OLE color: 2700435.

HSL color Cylindrical-coordinate representation of color #933429: hue angle of 6.23º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #933429 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1475241-
CMYK00.650.720.42
HSL6.23º56.38%36.86%-
HSV(B)6.23º72.11%57.65%-
XYZ13.668.823.08-
YUV79.15106.47176.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.25%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=61.25%
G=21.67%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147524100.650.720.426.2356.3836.86
Hex933429041482A63825
Octal223645101011105267045
Binary10010011110100101001010000011001000101010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933429; }

 p { color: rgb(147,52,41); }

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

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

 a { background-color: rgb(147,52,41); }

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

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

 span { border-color: rgb(147,52,41); }

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