#98312A

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

Shades of Thunderbird #98312A

Tints of Thunderbird #98312A

Color information

#98312A (or 0x98312A) is unknown color: approx Thunderbird. HEX triplet: 98, 31 and 2A. RGB value is (152,49,42). Sum of RGB (Red+Green+Blue) = 152+49+42=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #98312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98312A is #67CED5. Grayscale: #4F4F4F. Windows color (decimal): -6803158 or 2765208. OLE color: 2765208.

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

Color convert

RGB1524942-
CMYK00.680.720.40
HSL3.82º56.7%38.04%-
HSV(B)3.82º72.37%59.61%-
XYZ14.479.043.17-
YUV79107.12180.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.55%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=62.55%
G=20.16%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152494200.680.720.403.8256.738.04
Hex98312A044482843926
Octal230615201041105047146
Binary10011000110001101010010001001001000101000100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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