Html Css Color HEX #98372B Thunderbird

📋 copy color: '#98372B'

red 152 ◦ green 55 ◦ blue 43

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

Shades of Thunderbird #98372B

Tints of Thunderbird #98372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 60.8%
G = 22%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98372B (or 0x98372B) is known color: Thunderbird. HEX triplet: 98, 37 and 2B. RGB value is (152,55,43). Sum of RGB (Red+Green+Blue) = 152+55+43=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98372B is #67C8D4. Grayscale: #525252. Windows color (decimal): -6801621 or 2832280. OLE color: 2832280.

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

Color convert

RGB 152 55 43 -
CMYK 0 0.64 0.72 0.40
HSL 6.61º 0.56% 0.38% -
HSV(B) 6.61º 0.72% 0.6% -
XYZ 14.75 9.58 3.36 -
YUV 82.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 152 55 43 0 0.64 0.72 0.40 6.61 0.56 0.38
Hex 98 37 2B 0 40 48 28 7 38 26
Octal 230 67 53 0 100 110 50 7 70 46
Binary 10011000 110111 101011 0 1000000 1001000 101000 111 111000 100110

Color Harmonies of #98372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98372B

Black with #98372B

Text Example


Text Example

White with #98372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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