Html Css Color HEX #983528 Thunderbird

📋 copy color: '#983528'

red 152 ◦ green 53 ◦ blue 40

#983528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thunderbird #983528

Tints of Thunderbird #983528

RGB

 RED value IS 152 (59.77% from 255) = 62.04%

 GREEN value IS 53 (21.09% from 255) = 21.63%

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 62.04%
G = 21.63%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#983528 (or 0x983528) is known color: Thunderbird. HEX triplet: 98, 35 and 28. RGB value is (152,53,40). Sum of RGB (Red+Green+Blue) = 152+53+40=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #983528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983528 is #67CAD7. Grayscale: #515151. Windows color (decimal): -6802136 or 2635160. OLE color: 2635160.

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

Color convert

RGB 152 53 40 -
CMYK 0 0.65 0.74 0.40
HSL 6.96º 0.58% 0.38% -
HSV(B) 6.96º 0.74% 0.6% -
XYZ 14.61 9.37 3.05 -
YUV 81.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 152 53 40 0 0.65 0.74 0.40 6.96 0.58 0.38
Hex 98 35 28 0 41 4A 28 7 3A 26
Octal 230 65 50 0 101 112 50 7 72 46
Binary 10011000 110101 101000 0 1000001 1001010 101000 111 111010 100110

Color Harmonies of #983528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983528

Black with #983528

Text Example


Text Example

White with #983528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983528; }

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

 H1.HeaderClassName
 {
   color: #983528;
 }
 .AnyTagClassName
 {
   color: #983528;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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