Html Css Color HEX #98352D Thunderbird

📋 copy color: '#98352D'

red 152 ◦ green 53 ◦ blue 45

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

Shades of Thunderbird #98352D

Tints of Thunderbird #98352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18%

R = 60.8%
G = 21.2%
B = 18%

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

#98352D (or 0x98352D) is known color: Thunderbird. HEX triplet: 98, 35 and 2D. RGB value is (152,53,45). Sum of RGB (Red+Green+Blue) = 152+53+45=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98352D is #67CAD2. Grayscale: #515151. Windows color (decimal): -6802131 or 2962840. OLE color: 2962840.

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

Color convert

RGB 152 53 45 -
CMYK 0 0.65 0.70 0.40
HSL 4.49º 0.54% 0.39% -
HSV(B) 4.49º 0.7% 0.6% -
XYZ 14.7 9.41 3.52 -
YUV 81.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 152 53 45 0 0.65 0.70 0.40 4.49 0.54 0.39
Hex 98 35 2D 0 41 46 28 4 36 27
Octal 230 65 55 0 101 106 50 4 66 47
Binary 10011000 110101 101101 0 1000001 1000110 101000 100 110110 100111

Color Harmonies of #98352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98352D

Black with #98352D

Text Example


Text Example

White with #98352D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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