Html Css Color HEX #98362A Thunderbird

📋 copy color: '#98362A'

red 152 ◦ green 54 ◦ blue 42

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

Shades of Thunderbird #98362A

Tints of Thunderbird #98362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 61.29%
G = 21.77%
B = 16.94%

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

#98362A (or 0x98362A) is known color: Thunderbird. HEX triplet: 98, 36 and 2A. RGB value is (152,54,42). Sum of RGB (Red+Green+Blue) = 152+54+42=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #98362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98362A is #67C9D5. Grayscale: #525252. Windows color (decimal): -6801878 or 2766488. OLE color: 2766488.

HSL color Cylindrical-coordinate representation of color #98362A: hue angle of 6.55º degrees, saturation: 0.57, 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 #98362A is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 42 -
CMYK 0 0.64 0.72 0.40
HSL 6.55º 0.57% 0.38% -
HSV(B) 6.55º 0.72% 0.6% -
XYZ 14.69 9.48 3.25 -
YUV 81.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 152 54 42 0 0.64 0.72 0.40 6.55 0.57 0.38
Hex 98 36 2A 0 40 48 28 7 39 26
Octal 230 66 52 0 100 110 50 7 71 46
Binary 10011000 110110 101010 0 1000000 1001000 101000 111 111001 100110

Color Harmonies of #98362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98362A

Black with #98362A

Text Example


Text Example

White with #98362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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