#98322B

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

Shades of Thunderbird #98322B

Tints of Thunderbird #98322B

Color information

#98322B (or 0x98322B) is unknown color: approx Thunderbird. HEX triplet: 98, 32 and 2B. RGB value is (152,50,43). Sum of RGB (Red+Green+Blue) = 152+50+43=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #98322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98322B is #67CDD4. Grayscale: #4F4F4F. Windows color (decimal): -6802901 or 2831000. OLE color: 2831000.

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

Color convert

RGB1525043-
CMYK00.670.720.40
HSL3.85º55.9%38.24%-
HSV(B)3.85º71.71%59.61%-
XYZ14.539.133.28-
YUV79.7107.29179.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.04%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=62.04%
G=20.41%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152504300.670.720.403.8555.938.24
Hex98322B043482843826
Octal230625301031105047046
Binary10011000110010101011010000111001000101000100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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