Html Css Color HEX #98352E Thunderbird

📋 copy color: '#98352E'

red 152 ◦ green 53 ◦ blue 46

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

Shades of Thunderbird #98352E

Tints of Thunderbird #98352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

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

R = 60.56%
G = 21.12%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#98352E (or 0x98352E) is known color: Thunderbird. HEX triplet: 98, 35 and 2E. RGB value is (152,53,46). Sum of RGB (Red+Green+Blue) = 152+53+46=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98352E is #67CAD1. Grayscale: #515151. Windows color (decimal): -6802130 or 3028376. OLE color: 3028376.

HSL color Cylindrical-coordinate representation of color #98352E: hue angle of 3.96º 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 #98352E is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 53 46 -
CMYK 0 0.65 0.70 0.40
HSL 3.96º 0.54% 0.39% -
HSV(B) 3.96º 0.7% 0.6% -
XYZ 14.72 9.42 3.63 -
YUV 81.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 152 53 46 0 0.65 0.70 0.40 3.96 0.54 0.39
Hex 98 35 2E 0 41 46 28 4 36 27
Octal 230 65 56 0 101 106 50 4 66 47
Binary 10011000 110101 101110 0 1000001 1000110 101000 100 110110 100111

Color Harmonies of #98352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98352E

Black with #98352E

Text Example


Text Example

White with #98352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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