#933533

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

Shades of Thunderbird #933533

Tints of Thunderbird #933533

Color information

#933533 (or 0x933533) is unknown color: approx Thunderbird. HEX triplet: 93, 35 and 33. RGB value is (147,53,51). Sum of RGB (Red+Green+Blue) = 147+53+51=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #933533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933533 is #6CCACC. Grayscale: #505050. Windows color (decimal): -7129805 or 3356051. OLE color: 3356051.

HSL color Cylindrical-coordinate representation of color #933533: hue angle of 1.25º 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 #933533 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1475351-
CMYK00.640.650.42
HSL1.25º48.48%38.82%-
HSV(B)1.25º65.31%57.65%-
XYZ13.98.994.13-
YUV80.88111.14175.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.57%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 51 (20.31% from 255) = 20.32%
R=58.57%
G=21.12%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147535100.640.650.421.2548.4838.82
Hex933533040412A13027
Octal223656301001015216047
Binary100100111101011100110100000010000011010101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933533; }

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

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

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

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

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

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

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

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