#993B31

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

Shades of Thunderbird #993B31

Tints of Thunderbird #993B31

Color information

#993B31 (or 0x993B31) is unknown color: approx Thunderbird. HEX triplet: 99, 3B and 31. RGB value is (153,59,49). Sum of RGB (Red+Green+Blue) = 153+59+49=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #993B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B31 is #66C4CE. Grayscale: #565656. Windows color (decimal): -6735055 or 3226521. OLE color: 3226521.

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

Color convert

RGB1535949-
CMYK00.610.680.4
HSL5.77º51.49%39.61%-
HSV(B)5.77º67.97%60%-
XYZ15.2610.124.06-
YUV85.97107.14175.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 59 (23.44% from 255) = 22.61%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=58.62%
G=22.61%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153594900.610.680.45.7751.4939.61
Hex993B3103D442863328
Octal23173610751045066350
Binary1001100111101111000101111011000100101000110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,59,49); }

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

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

 a { background-color: rgb(153,59,49); }

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

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

 span { border-color: rgb(153,59,49); }

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