#983A2B

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

Shades of Thunderbird #983A2B

Tints of Thunderbird #983A2B

Color information

#983A2B (or 0x983A2B) is unknown color: approx Thunderbird. HEX triplet: 98, 3A and 2B. RGB value is (152,58,43). Sum of RGB (Red+Green+Blue) = 152+58+43=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #983A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A2B is #67C5D4. Grayscale: #545454. Windows color (decimal): -6800853 or 2833048. OLE color: 2833048.

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

Color convert

RGB1525843-
CMYK00.620.720.40
HSL8.26º55.9%38.24%-
HSV(B)8.26º71.71%59.61%-
XYZ14.99.883.41-
YUV84.4104.64176.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.08%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=60.08%
G=22.92%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152584300.620.720.408.2655.938.24
Hex983A2B03E482883826
Octal230725307611050107046
Binary10011000111010101011011111010010001010001000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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