#933B33

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

Shades of Thunderbird #933B33

Tints of Thunderbird #933B33

Color information

#933B33 (or 0x933B33) is unknown color: approx Thunderbird. HEX triplet: 93, 3B and 33. RGB value is (147,59,51). Sum of RGB (Red+Green+Blue) = 147+59+51=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #933B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933B33 is #6CC4CC. Grayscale: #545454. Windows color (decimal): -7128269 or 3357587. OLE color: 3357587.

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

Color convert

RGB1475951-
CMYK00.600.650.42
HSL48.48%38.82%-
HSV(B)65.31%57.65%-
XYZ14.199.574.23-
YUV84.4109.15172.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.20%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=57.20%
G=22.96%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147595100.600.650.42548.4838.82
Hex933B3303C412A53027
Octal22373630741015256047
Binary1001001111101111001101111001000001101010101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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