#98352A

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

Shades of Thunderbird #98352A

Tints of Thunderbird #98352A

Color information

#98352A (or 0x98352A) is unknown color: approx Thunderbird. HEX triplet: 98, 35 and 2A. RGB value is (152,53,42). Sum of RGB (Red+Green+Blue) = 152+53+42=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98352A is #67CAD5. Grayscale: #515151. Windows color (decimal): -6802134 or 2766232. OLE color: 2766232.

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

Color convert

RGB1525342-
CMYK00.650.720.40
HSL56.7%38.04%-
HSV(B)72.37%59.61%-
XYZ14.649.393.23-
YUV81.35105.8178.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.54%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=61.54%
G=21.46%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152534200.650.720.40656.738.04
Hex98352A041482863926
Octal230655201011105067146
Binary10011000110101101010010000011001000101000110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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