Html Css Color HEX #983329 Thunderbird

📋 copy color: '#983329'

red 152 ◦ green 51 ◦ blue 41

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

Shades of Thunderbird #983329

Tints of Thunderbird #983329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 62.3%
G = 20.9%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#983329 (or 0x983329) is known color: Thunderbird. HEX triplet: 98, 33 and 29. RGB value is (152,51,41). Sum of RGB (Red+Green+Blue) = 152+51+41=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #983329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983329 is #67CCD6. Grayscale: #505050. Windows color (decimal): -6802647 or 2700184. OLE color: 2700184.

HSL color Cylindrical-coordinate representation of color #983329: hue angle of 5.41º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #983329 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 51 41 -
CMYK 0 0.66 0.73 0.40
HSL 5.41º 0.58% 0.38% -
HSV(B) 5.41º 0.73% 0.6% -
XYZ 14.53 9.2 3.11 -
YUV 80.06 105.96 179.31 -
System Red Green Blue C M Y K H S L
Decimal 152 51 41 0 0.66 0.73 0.40 5.41 0.58 0.38
Hex 98 33 29 0 42 49 28 5 3A 26
Octal 230 63 51 0 102 111 50 5 72 46
Binary 10011000 110011 101001 0 1000010 1001001 101000 101 111010 100110

Color Harmonies of #983329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983329

Black with #983329

Text Example


Text Example

White with #983329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983329; }

 p { color: rgb(152,51,41); }

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

background-color css

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

 a { background-color: rgb(152,51,41); }

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

border-color css

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

 span { border-color: rgb(152,51,41); }

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