#983229

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

Shades of Thunderbird #983229

Tints of Thunderbird #983229

Color information

#983229 (or 0x983229) is unknown color: approx Thunderbird. HEX triplet: 98, 32 and 29. RGB value is (152,50,41). Sum of RGB (Red+Green+Blue) = 152+50+41=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #983229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983229 is #67CDD6. Grayscale: #4F4F4F. Windows color (decimal): -6802903 or 2699928. OLE color: 2699928.

HSL color Cylindrical-coordinate representation of color #983229: hue angle of 4.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #983229 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB1525041-
CMYK00.670.730.40
HSL4.86º57.51%37.84%-
HSV(B)4.86º73.03%59.61%-
XYZ14.499.123.09-
YUV79.47106.29179.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=62.55%
G=20.58%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152504100.670.730.404.8657.5137.84
Hex983229043492853a26
Octal230625101031115057246
Binary10011000110010101001010000111001001101000101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983229; }

 p { color: rgb(152,50,41); }

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

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

 a { background-color: rgb(152,50,41); }

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

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

 span { border-color: rgb(152,50,41); }

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