#993225

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

Shades of Thunderbird #993225

Tints of Thunderbird #993225

Color information

#993225 (or 0x993225) is unknown color: approx Thunderbird. HEX triplet: 99, 32 and 25. RGB value is (153,50,37). Sum of RGB (Red+Green+Blue) = 153+50+37=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #993225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993225 is #66CDDA. Grayscale: #4F4F4F. Windows color (decimal): -6737371 or 2437785. OLE color: 2437785.

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

Color convert

RGB1535037-
CMYK00.670.760.4
HSL6.72º61.05%37.25%-
HSV(B)6.72º75.82%60%-
XYZ14.619.192.75-
YUV79.32104.12180.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 37 (14.84% from 255) = 15.42%
R=63.75%
G=20.83%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153503700.670.760.46.7261.0537.25
Hex9932250434C2873d25
Octal231624501031145077545
Binary10011001110010100101010000111001100101000111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993225; }

 p { color: rgb(153,50,37); }

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

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

 a { background-color: rgb(153,50,37); }

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

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

 span { border-color: rgb(153,50,37); }

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