Html Css Color HEX #983328 Thunderbird

📋 copy color: '#983328'

red 152 ◦ green 51 ◦ blue 40

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

Shades of Thunderbird #983328

Tints of Thunderbird #983328

RGB

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

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

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

R = 62.55%
G = 20.99%
B = 16.46%

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

#983328 (or 0x983328) is known color: Thunderbird. HEX triplet: 98, 33 and 28. RGB value is (152,51,40). Sum of RGB (Red+Green+Blue) = 152+51+40=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #983328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983328 is #67CCD7. Grayscale: #505050. Windows color (decimal): -6802648 or 2634648. OLE color: 2634648.

HSL color Cylindrical-coordinate representation of color #983328: hue angle of 5.89º 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 #983328 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 51 40 -
CMYK 0 0.66 0.74 0.40
HSL 5.89º 0.58% 0.38% -
HSV(B) 5.89º 0.74% 0.6% -
XYZ 14.52 9.2 3.02 -
YUV 79.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 152 51 40 0 0.66 0.74 0.40 5.89 0.58 0.38
Hex 98 33 28 0 42 4A 28 6 3A 26
Octal 230 63 50 0 102 112 50 6 72 46
Binary 10011000 110011 101000 0 1000010 1001010 101000 110 111010 100110

Color Harmonies of #983328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983328

Black with #983328

Text Example


Text Example

White with #983328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983328; }

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

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

background-color css

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

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

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

border-color css

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

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

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