#983930

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

Shades of Thunderbird #983930

Tints of Thunderbird #983930

Color information

#983930 (or 0x983930) is unknown color: approx Thunderbird. HEX triplet: 98, 39 and 30. RGB value is (152,57,48). Sum of RGB (Red+Green+Blue) = 152+57+48=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #983930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983930 is #67C6CF. Grayscale: #545454. Windows color (decimal): -6801104 or 3160472. OLE color: 3160472.

HSL color Cylindrical-coordinate representation of color #983930: hue angle of 5.19º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983930 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1525748-
CMYK00.620.680.40
HSL5.19º52%39.22%-
HSV(B)5.19º68.42%59.61%-
XYZ14.959.823.9-
YUV84.38107.47176.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.14%
GREEN value IS 57 (22.66% from 255) = 22.18%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=59.14%
G=22.18%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152574800.620.680.405.195239.22
Hex98393003E442853427
Octal23071600761045056447
Binary1001100011100111000001111101000100101000101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983930; }

 p { color: rgb(152,57,48); }

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

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

 a { background-color: rgb(152,57,48); }

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

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

 span { border-color: rgb(152,57,48); }

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