#933930

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

Shades of Thunderbird #933930

Tints of Thunderbird #933930

Color information

#933930 (or 0x933930) is unknown color: approx Thunderbird. HEX triplet: 93, 39 and 30. RGB value is (147,57,48). Sum of RGB (Red+Green+Blue) = 147+57+48=252 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.33% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 147 - color contains mainly: red. Hex color #933930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933930 is #6CC6CF. Grayscale: #535353. Windows color (decimal): -7128784 or 3160467. OLE color: 3160467.

HSL color Cylindrical-coordinate representation of color #933930: hue angle of 5.45º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933930 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1475748-
CMYK00.610.670.42
HSL5.45º50.77%38.24%-
HSV(B)5.45º67.35%57.65%-
XYZ14.039.343.86-
YUV82.88108.32173.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.33%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=58.33%
G=22.62%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147574800.610.670.425.4550.7738.24
Hex93393003D432A53326
Octal22371600751035256346
Binary1001001111100111000001111011000011101010101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933930; }

 p { color: rgb(147,57,48); }

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

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

 a { background-color: rgb(147,57,48); }

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

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

 span { border-color: rgb(147,57,48); }

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