#933A2C

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

Shades of Thunderbird #933A2C

Tints of Thunderbird #933A2C

Color information

#933A2C (or 0x933A2C) is unknown color: approx Thunderbird. HEX triplet: 93, 3A and 2C. RGB value is (147,58,44). Sum of RGB (Red+Green+Blue) = 147+58+44=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #933A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933A2C is #6CC5D3. Grayscale: #535353. Windows color (decimal): -7128532 or 2898579. OLE color: 2898579.

HSL color Cylindrical-coordinate representation of color #933A2C: hue angle of 8.16º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #933A2C is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1475844-
CMYK00.610.700.42
HSL8.16º53.93%37.45%-
HSV(B)8.16º70.07%57.65%-
XYZ149.413.46-
YUV83.02105.99173.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.04%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=59.04%
G=23.29%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147584400.610.700.428.1653.9337.45
Hex933A2C03D462A83625
Octal223725407510652106645
Binary10010011111010101100011110110001101010101000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933A2C; }

 p { color: rgb(147,58,44); }

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

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

 a { background-color: rgb(147,58,44); }

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

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

 span { border-color: rgb(147,58,44); }

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