Html Css Color HEX #98372D Thunderbird

📋 copy color: '#98372D'

red 152 ◦ green 55 ◦ blue 45

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

Shades of Thunderbird #98372D

Tints of Thunderbird #98372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 45 (17.97% from 255) = 17.86%

R = 60.32%
G = 21.83%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98372D (or 0x98372D) is known color: Thunderbird. HEX triplet: 98, 37 and 2D. RGB value is (152,55,45). Sum of RGB (Red+Green+Blue) = 152+55+45=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #98372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98372D is #67C8D2. Grayscale: #535353. Windows color (decimal): -6801619 or 2963352. OLE color: 2963352.

HSL color Cylindrical-coordinate representation of color #98372D: hue angle of 5.61º 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 #98372D is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 55 45 -
CMYK 0 0.64 0.70 0.40
HSL 5.61º 0.54% 0.39% -
HSV(B) 5.61º 0.7% 0.6% -
XYZ 14.79 9.6 3.56 -
YUV 82.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 152 55 45 0 0.64 0.70 0.40 5.61 0.54 0.39
Hex 98 37 2D 0 40 46 28 6 36 27
Octal 230 67 55 0 100 106 50 6 66 47
Binary 10011000 110111 101101 0 1000000 1000110 101000 110 110110 100111

Color Harmonies of #98372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98372D

Black with #98372D

Text Example


Text Example

White with #98372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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