Html Css Color HEX #983428 Thunderbird

📋 copy color: '#983428'

red 152 ◦ green 52 ◦ blue 40

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

Shades of Thunderbird #983428

Tints of Thunderbird #983428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.39%

R = 62.3%
G = 21.31%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#983428 (or 0x983428) is known color: Thunderbird. HEX triplet: 98, 34 and 28. RGB value is (152,52,40). Sum of RGB (Red+Green+Blue) = 152+52+40=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #983428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983428 is #67CBD7. Grayscale: #505050. Windows color (decimal): -6802392 or 2634904. OLE color: 2634904.

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

Color convert

RGB 152 52 40 -
CMYK 0 0.66 0.74 0.40
HSL 6.43º 0.58% 0.38% -
HSV(B) 6.43º 0.74% 0.6% -
XYZ 14.56 9.28 3.03 -
YUV 80.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 152 52 40 0 0.66 0.74 0.40 6.43 0.58 0.38
Hex 98 34 28 0 42 4A 28 6 3A 26
Octal 230 64 50 0 102 112 50 6 72 46
Binary 10011000 110100 101000 0 1000010 1001010 101000 110 111010 100110

Color Harmonies of #983428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983428

Black with #983428

Text Example


Text Example

White with #983428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983428; }

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

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

background-color css

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

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

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

border-color css

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

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

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