Html Css Color HEX #98342E Thunderbird

📋 copy color: '#98342E'

red 152 ◦ green 52 ◦ blue 46

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

Shades of Thunderbird #98342E

Tints of Thunderbird #98342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

 BLUE value IS 46 (18.36% from 255) = 18.4%

R = 60.8%
G = 20.8%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98342E (or 0x98342E) is known color: Thunderbird. HEX triplet: 98, 34 and 2E. RGB value is (152,52,46). Sum of RGB (Red+Green+Blue) = 152+52+46=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98342E is #67CBD1. Grayscale: #515151. Windows color (decimal): -6802386 or 3028120. OLE color: 3028120.

HSL color Cylindrical-coordinate representation of color #98342E: hue angle of 3.4º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98342E is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 46 -
CMYK 0 0.66 0.70 0.40
HSL 3.4º 0.54% 0.39% -
HSV(B) 3.4º 0.7% 0.6% -
XYZ 14.67 9.33 3.61 -
YUV 81.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 152 52 46 0 0.66 0.70 0.40 3.4 0.54 0.39
Hex 98 34 2E 0 42 46 28 3 36 27
Octal 230 64 56 0 102 106 50 3 66 47
Binary 10011000 110100 101110 0 1000010 1000110 101000 11 110110 100111

Color Harmonies of #98342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98342E

Black with #98342E

Text Example


Text Example

White with #98342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98342E; }

 p { color: rgb(152,52,46); }

 H1.HeaderClassName
 {
   color: #98342E;
 }
 .AnyTagClassName
 {
   color: #98342E;
 }
</style>

background-color css

<style>
 a { background-color: #98342E; }

 a { background-color: rgb(152,52,46); }

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

border-color css

<style>
 span { border-color: #98342E; }

 span { border-color: rgb(152,52,46); }

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