#933B36

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

Shades of Thunderbird #933B36

Tints of Thunderbird #933B36

Color information

#933B36 (or 0x933B36) is unknown color: approx Thunderbird. HEX triplet: 93, 3B and 36. RGB value is (147,59,54). Sum of RGB (Red+Green+Blue) = 147+59+54=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #933B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933B36 is #6CC4C9. Grayscale: #545454. Windows color (decimal): -7128266 or 3554195. OLE color: 3554195.

HSL color Cylindrical-coordinate representation of color #933B36: hue angle of 3.23º 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 #933B36 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB1475954-
CMYK00.600.630.42
HSL3.23º46.27%39.41%-
HSV(B)3.23º63.27%57.65%-
XYZ14.269.64.59-
YUV84.74110.65172.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.54%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 54 (21.48% from 255) = 20.77%
R=56.54%
G=22.69%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147595400.600.630.423.2346.2739.41
Hex933B3603C3F2A32e27
Octal2237366074775235647
Binary10010011111011110110011110011111110101011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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