#993A34

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

Shades of Thunderbird #993A34

Tints of Thunderbird #993A34

Color information

#993A34 (or 0x993A34) is unknown color: approx Thunderbird. HEX triplet: 99, 3A and 34. RGB value is (153,58,52). Sum of RGB (Red+Green+Blue) = 153+58+52=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #993A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A34 is #66C5CB. Grayscale: #555555. Windows color (decimal): -6735308 or 3422873. OLE color: 3422873.

HSL color Cylindrical-coordinate representation of color #993A34: hue angle of 3.56º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993A34 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1535852-
CMYK00.620.660.4
HSL3.56º49.27%40.2%-
HSV(B)3.56º66.01%60%-
XYZ15.2710.054.38-
YUV85.72108.97175.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 52 (20.70% from 255) = 19.77%
R=58.17%
G=22.05%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153585200.620.660.43.5649.2740.2
Hex993A3403E422843128
Octal23172640761025046150
Binary1001100111101011010001111101000010101000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993A34; }

 p { color: rgb(153,58,52); }

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

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

 a { background-color: rgb(153,58,52); }

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

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

 span { border-color: rgb(153,58,52); }

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