#993226

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

Shades of Thunderbird #993226

Tints of Thunderbird #993226

Color information

#993226 (or 0x993226) is unknown color: approx Thunderbird. HEX triplet: 99, 32 and 26. RGB value is (153,50,38). Sum of RGB (Red+Green+Blue) = 153+50+38=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #993226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993226 is #66CDD9. Grayscale: #4F4F4F. Windows color (decimal): -6737370 or 2503321. OLE color: 2503321.

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

Color convert

RGB1535038-
CMYK00.670.750.4
HSL6.26º60.21%37.45%-
HSV(B)6.26º75.16%60%-
XYZ14.639.192.84-
YUV79.43104.62180.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.49%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=63.49%
G=20.75%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153503800.670.750.46.2660.2137.45
Hex9932260434B2863c25
Octal231624601031135067445
Binary10011001110010100110010000111001011101000110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993226; }

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

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

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

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

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

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

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

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