Html Css Color HEX #98372F Thunderbird

📋 copy color: '#98372F'

red 152 ◦ green 55 ◦ blue 47

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

Shades of Thunderbird #98372F

Tints of Thunderbird #98372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 59.84%
G = 21.65%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98372F (or 0x98372F) is known color: Thunderbird. HEX triplet: 98, 37 and 2F. RGB value is (152,55,47). Sum of RGB (Red+Green+Blue) = 152+55+47=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #98372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98372F is #67C8D0. Grayscale: #535353. Windows color (decimal): -6801617 or 3094424. OLE color: 3094424.

HSL color Cylindrical-coordinate representation of color #98372F: hue angle of 4.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98372F is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 55 47 -
CMYK 0 0.64 0.69 0.40
HSL 4.57º 0.53% 0.39% -
HSV(B) 4.57º 0.69% 0.6% -
XYZ 14.83 9.61 3.76 -
YUV 83.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 152 55 47 0 0.64 0.69 0.40 4.57 0.53 0.39
Hex 98 37 2F 0 40 45 28 5 35 27
Octal 230 67 57 0 100 105 50 5 65 47
Binary 10011000 110111 101111 0 1000000 1000101 101000 101 110101 100111

Color Harmonies of #98372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98372F

Black with #98372F

Text Example


Text Example

White with #98372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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