#98372B

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

Shades of Thunderbird #98372B

Tints of Thunderbird #98372B

Color information

#98372B (or 0x98372B) is unknown color: approx Thunderbird. HEX triplet: 98, 37 and 2B. RGB value is (152,55,43). Sum of RGB (Red+Green+Blue) = 152+55+43=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98372B is #67C8D4. Grayscale: #525252. Windows color (decimal): -6801621 or 2832280. OLE color: 2832280.

HSL color Cylindrical-coordinate representation of color #98372B: hue angle of 6.61º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98372B is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB1525543-
CMYK00.640.720.40
HSL6.61º55.9%38.24%-
HSV(B)6.61º71.71%59.61%-
XYZ14.759.583.36-
YUV82.64105.64177.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.8%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 43 (17.19% from 255) = 17.2%
R=60.8%
G=22%
B=17.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152554300.640.720.406.6155.938.24
Hex98372B040482873826
Octal230675301001105077046
Binary10011000110111101011010000001001000101000111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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