Html Css Color HEX #98352F Thunderbird

📋 copy color: '#98352F'

red 152 ◦ green 53 ◦ blue 47

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

Shades of Thunderbird #98352F

Tints of Thunderbird #98352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 60.32%
G = 21.03%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#98352F (or 0x98352F) is known color: Thunderbird. HEX triplet: 98, 35 and 2F. RGB value is (152,53,47). Sum of RGB (Red+Green+Blue) = 152+53+47=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #98352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98352F is #67CAD0. Grayscale: #525252. Windows color (decimal): -6802129 or 3093912. OLE color: 3093912.

HSL color Cylindrical-coordinate representation of color #98352F: hue angle of 3.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98352F is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 53 47 -
CMYK 0 0.65 0.69 0.40
HSL 3.43º 0.53% 0.39% -
HSV(B) 3.43º 0.69% 0.6% -
XYZ 14.74 9.43 3.73 -
YUV 81.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 152 53 47 0 0.65 0.69 0.40 3.43 0.53 0.39
Hex 98 35 2F 0 41 45 28 3 35 27
Octal 230 65 57 0 101 105 50 3 65 47
Binary 10011000 110101 101111 0 1000001 1000101 101000 11 110101 100111

Color Harmonies of #98352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98352F

Black with #98352F

Text Example


Text Example

White with #98352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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