Html Css Color HEX #98362C Thunderbird

📋 copy color: '#98362C'

red 152 ◦ green 54 ◦ blue 44

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

Shades of Thunderbird #98362C

Tints of Thunderbird #98362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 60.8%
G = 21.6%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98362C (or 0x98362C) is known color: Thunderbird. HEX triplet: 98, 36 and 2C. RGB value is (152,54,44). Sum of RGB (Red+Green+Blue) = 152+54+44=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98362C is #67C9D3. Grayscale: #525252. Windows color (decimal): -6801876 or 2897560. OLE color: 2897560.

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

Color convert

RGB 152 54 44 -
CMYK 0 0.64 0.71 0.40
HSL 5.56º 0.55% 0.38% -
HSV(B) 5.56º 0.71% 0.6% -
XYZ 14.72 9.5 3.44 -
YUV 82.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 152 54 44 0 0.64 0.71 0.40 5.56 0.55 0.38
Hex 98 36 2C 0 40 47 28 6 37 26
Octal 230 66 54 0 100 107 50 6 67 46
Binary 10011000 110110 101100 0 1000000 1000111 101000 110 110111 100110

Color Harmonies of #98362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98362C

Black with #98362C

Text Example


Text Example

White with #98362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98362C; }

 p { color: rgb(152,54,44); }

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

background-color css

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

 a { background-color: rgb(152,54,44); }

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

border-color css

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

 span { border-color: rgb(152,54,44); }

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