#933A36

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

Shades of Thunderbird #933A36

Tints of Thunderbird #933A36

Color information

#933A36 (or 0x933A36) is unknown color: approx Thunderbird. HEX triplet: 93, 3A and 36. RGB value is (147,58,54). Sum of RGB (Red+Green+Blue) = 147+58+54=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #933A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933A36 is #6CC5C9. Grayscale: #545454. Windows color (decimal): -7128522 or 3553939. OLE color: 3553939.

HSL color Cylindrical-coordinate representation of color #933A36: hue angle of 2.58º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #933A36 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB1475854-
CMYK00.610.630.42
HSL2.58º46.27%39.41%-
HSV(B)2.58º63.27%57.65%-
XYZ14.219.54.57-
YUV84.16110.99172.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=56.76%
G=22.39%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147585400.610.630.422.5846.2739.41
Hex933A3603D3F2A32e27
Octal2237266075775235647
Binary10010011111010110110011110111111110101011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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