#983B2D

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

Shades of Thunderbird #983B2D

Tints of Thunderbird #983B2D

Color information

#983B2D (or 0x983B2D) is unknown color: approx Thunderbird. HEX triplet: 98, 3B and 2D. RGB value is (152,59,45). Sum of RGB (Red+Green+Blue) = 152+59+45=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #983B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B2D is #67C4D2. Grayscale: #555555. Windows color (decimal): -6800595 or 2964376. OLE color: 2964376.

HSL color Cylindrical-coordinate representation of color #983B2D: hue angle of 7.85º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #983B2D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB1525945-
CMYK00.610.700.40
HSL7.85º54.31%38.63%-
HSV(B)7.85º70.39%59.61%-
XYZ14.999.993.62-
YUV85.21105.31175.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 59 (23.44% from 255) = 23.05%
BLUE value IS 45 (17.97% from 255) = 17.58%
R=59.38%
G=23.05%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152594500.610.700.407.8554.3138.63
Hex983B2D03D462883627
Octal230735507510650106647
Binary10011000111011101101011110110001101010001000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,59,45); }

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

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

 a { background-color: rgb(152,59,45); }

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

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

 span { border-color: rgb(152,59,45); }

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