#993A2C

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

Shades of Thunderbird #993A2C

Tints of Thunderbird #993A2C

Color information

#993A2C (or 0x993A2C) is unknown color: approx Thunderbird. HEX triplet: 99, 3A and 2C. RGB value is (153,58,44). Sum of RGB (Red+Green+Blue) = 153+58+44=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #993A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A2C is #66C5D3. Grayscale: #545454. Windows color (decimal): -6735316 or 2898585. OLE color: 2898585.

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

Color convert

RGB1535844-
CMYK00.620.710.4
HSL7.71º55.33%38.63%-
HSV(B)7.71º71.24%60%-
XYZ15.19.983.51-
YUV84.81104.97176.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 58 (23.05% from 255) = 22.75%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=60%
G=22.75%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153584400.620.710.47.7155.3338.63
Hex993A2C03E472883727
Octal231725407610750106747
Binary10011001111010101100011111010001111010001000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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