#98372C

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

Shades of Thunderbird #98372C

Tints of Thunderbird #98372C

Color information

#98372C (or 0x98372C) is unknown color: approx Thunderbird. HEX triplet: 98, 37 and 2C. RGB value is (152,55,44). Sum of RGB (Red+Green+Blue) = 152+55+44=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98372C is #67C8D3. Grayscale: #525252. Windows color (decimal): -6801620 or 2897816. OLE color: 2897816.

HSL color Cylindrical-coordinate representation of color #98372C: hue angle of 6.11º 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 #98372C is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1525544-
CMYK00.640.710.40
HSL6.11º55.1%38.43%-
HSV(B)6.11º71.05%59.61%-
XYZ14.779.593.46-
YUV82.75106.14177.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.56%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 44 (17.58% from 255) = 17.53%
R=60.56%
G=21.91%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152554400.640.710.406.1155.138.43
Hex98372C040472863726
Octal230675401001075066746
Binary10011000110111101100010000001000111101000110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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