#983027

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

Shades of Thunderbird #983027

Tints of Thunderbird #983027

Color information

#983027 (or 0x983027) is unknown color: approx Thunderbird. HEX triplet: 98, 30 and 27. RGB value is (152,48,39). Sum of RGB (Red+Green+Blue) = 152+48+39=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #983027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983027 is #67CFD8. Grayscale: #4E4E4E. Windows color (decimal): -6803417 or 2568344. OLE color: 2568344.

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

Color convert

RGB1524839-
CMYK00.680.740.40
HSL4.78º59.16%37.45%-
HSV(B)4.78º74.34%59.61%-
XYZ14.378.942.89-
YUV78.07105.96180.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 63.60%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=63.60%
G=20.08%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152483900.680.740.404.7859.1637.45
Hex9830270444A2853b25
Octal230604701041125057345
Binary10011000110000100111010001001001010101000101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983027; }

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

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

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

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

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

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

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

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