Html Css Color HEX #98362B Thunderbird

📋 copy color: '#98362B'

red 152 ◦ green 54 ◦ blue 43

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

Shades of Thunderbird #98362B

Tints of Thunderbird #98362B

RGB

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

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

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

R = 61.04%
G = 21.69%
B = 17.27%

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

#98362B (or 0x98362B) is known color: Thunderbird. HEX triplet: 98, 36 and 2B. RGB value is (152,54,43). Sum of RGB (Red+Green+Blue) = 152+54+43=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #98362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98362B is #67C9D4. Grayscale: #525252. Windows color (decimal): -6801877 or 2832024. OLE color: 2832024.

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

Color convert

RGB 152 54 43 -
CMYK 0 0.64 0.72 0.40
HSL 6.06º 0.56% 0.38% -
HSV(B) 6.06º 0.72% 0.6% -
XYZ 14.7 9.49 3.34 -
YUV 82.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 152 54 43 0 0.64 0.72 0.40 6.06 0.56 0.38
Hex 98 36 2B 0 40 48 28 6 38 26
Octal 230 66 53 0 100 110 50 6 70 46
Binary 10011000 110110 101011 0 1000000 1001000 101000 110 111000 100110

Color Harmonies of #98362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98362B

Black with #98362B

Text Example


Text Example

White with #98362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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