#983A32

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

Shades of Thunderbird #983A32

Tints of Thunderbird #983A32

Color information

#983A32 (or 0x983A32) is unknown color: approx Thunderbird. HEX triplet: 98, 3A and 32. RGB value is (152,58,50). Sum of RGB (Red+Green+Blue) = 152+58+50=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #983A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A32 is #67C5CD. Grayscale: #555555. Windows color (decimal): -6800846 or 3291800. OLE color: 3291800.

HSL color Cylindrical-coordinate representation of color #983A32: hue angle of 4.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #983A32 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB1525850-
CMYK00.620.670.40
HSL4.71º50.5%39.61%-
HSV(B)4.71º67.11%59.61%-
XYZ15.049.934.14-
YUV85.19108.14175.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.46%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=58.46%
G=22.31%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152585000.620.670.404.7150.539.61
Hex983A3203E432853228
Octal23072620761035056250
Binary1001100011101011001001111101000011101000101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983A32; }

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

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

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

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

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

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

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

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