#98332C

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

Shades of Thunderbird #98332C

Tints of Thunderbird #98332C

Color information

#98332C (or 0x98332C) is unknown color: approx Thunderbird. HEX triplet: 98, 33 and 2C. RGB value is (152,51,44). Sum of RGB (Red+Green+Blue) = 152+51+44=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98332C is #67CCD3. Grayscale: #505050. Windows color (decimal): -6802644 or 2896792. OLE color: 2896792.

HSL color Cylindrical-coordinate representation of color #98332C: hue angle of 3.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98332C is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1525144-
CMYK00.660.710.40
HSL3.89º55.1%38.43%-
HSV(B)3.89º71.05%59.61%-
XYZ14.599.223.39-
YUV80.4107.46179.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 44 (17.58% from 255) = 17.81%
R=61.54%
G=20.65%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152514400.660.710.403.8955.138.43
Hex98332C042472843726
Octal230635401021075046746
Binary10011000110011101100010000101000111101000100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98332C; }

 p { color: rgb(152,51,44); }

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

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

 a { background-color: rgb(152,51,44); }

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

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

 span { border-color: rgb(152,51,44); }

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