#983935

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

Shades of Thunderbird #983935

Tints of Thunderbird #983935

Color information

#983935 (or 0x983935) is unknown color: approx Thunderbird. HEX triplet: 98, 39 and 35. RGB value is (152,57,53). Sum of RGB (Red+Green+Blue) = 152+57+53=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #983935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983935 is #67C6CA. Grayscale: #555555. Windows color (decimal): -6801099 or 3488152. OLE color: 3488152.

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

Color convert

RGB1525753-
CMYK00.620.650.40
HSL2.42º48.29%40.2%-
HSV(B)2.42º65.13%59.61%-
XYZ15.059.864.48-
YUV84.95109.97175.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.02%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=58.02%
G=21.76%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152575300.620.650.402.4248.2940.2
Hex98393503E412823028
Octal23071650761015026050
Binary100110001110011101010111110100000110100010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983935; }

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

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

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

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

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

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

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

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