Html Css Color HEX #983525 Thunderbird

📋 copy color: '#983525'

red 152 ◦ green 53 ◦ blue 37

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

Shades of Thunderbird #983525

Tints of Thunderbird #983525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.29%

R = 62.81%
G = 21.9%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#983525 (or 0x983525) is known color: Thunderbird. HEX triplet: 98, 35 and 25. RGB value is (152,53,37). Sum of RGB (Red+Green+Blue) = 152+53+37=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #983525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983525 is #67CADA. Grayscale: #505050. Windows color (decimal): -6802139 or 2438552. OLE color: 2438552.

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

Color convert

RGB 152 53 37 -
CMYK 0 0.65 0.76 0.40
HSL 8.35º 0.61% 0.37% -
HSV(B) 8.35º 0.76% 0.6% -
XYZ 14.56 9.36 2.79 -
YUV 80.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 152 53 37 0 0.65 0.76 0.40 8.35 0.61 0.37
Hex 98 35 25 0 41 4C 28 8 3D 25
Octal 230 65 45 0 101 114 50 10 75 45
Binary 10011000 110101 100101 0 1000001 1001100 101000 1000 111101 100101

Color Harmonies of #983525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983525

Black with #983525

Text Example


Text Example

White with #983525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983525; }

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

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

background-color css

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

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

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

border-color css

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

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

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