#98342A

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

Shades of Thunderbird #98342A

Tints of Thunderbird #98342A

Color information

#98342A (or 0x98342A) is unknown color: approx Thunderbird. HEX triplet: 98, 34 and 2A. RGB value is (152,52,42). Sum of RGB (Red+Green+Blue) = 152+52+42=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #98342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98342A is #67CBD5. Grayscale: #505050. Windows color (decimal): -6802390 or 2765976. OLE color: 2765976.

HSL color Cylindrical-coordinate representation of color #98342A: hue angle of 5.45º degrees, saturation: 0.57, 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 #98342A is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB1525242-
CMYK00.660.720.40
HSL5.45º56.7%38.04%-
HSV(B)5.45º72.37%59.61%-
XYZ14.599.33.22-
YUV80.76106.13178.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.79%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=61.79%
G=21.14%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152524200.660.720.405.4556.738.04
Hex98342A042482853926
Octal230645201021105057146
Binary10011000110100101010010000101001000101000101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98342A; }

 p { color: rgb(152,52,42); }

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

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

 a { background-color: rgb(152,52,42); }

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

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

 span { border-color: rgb(152,52,42); }

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