Html Css Color HEX #983126 Thunderbird

📋 copy color: '#983126'

red 152 ◦ green 49 ◦ blue 38

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

Shades of Thunderbird #983126

Tints of Thunderbird #983126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.5%

 BLUE value IS 38 (15.23% from 255) = 15.9%

R = 63.6%
G = 20.5%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#983126 (or 0x983126) is known color: Thunderbird. HEX triplet: 98, 31 and 26. RGB value is (152,49,38). Sum of RGB (Red+Green+Blue) = 152+49+38=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #983126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983126 is #67CED9. Grayscale: #4E4E4E. Windows color (decimal): -6803162 or 2503064. OLE color: 2503064.

HSL color Cylindrical-coordinate representation of color #983126: hue angle of 5.79º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #983126 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 38 -
CMYK 0 0.68 0.75 0.40
HSL 5.79º 0.6% 0.37% -
HSV(B) 5.79º 0.75% 0.6% -
XYZ 14.4 9.01 2.81 -
YUV 78.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 152 49 38 0 0.68 0.75 0.40 5.79 0.6 0.37
Hex 98 31 26 0 44 4B 28 6 3C 25
Octal 230 61 46 0 104 113 50 6 74 45
Binary 10011000 110001 100110 0 1000100 1001011 101000 110 111100 100101

Color Harmonies of #983126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983126

Black with #983126

Text Example


Text Example

White with #983126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983126; }

 p { color: rgb(152,49,38); }

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

background-color css

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

 a { background-color: rgb(152,49,38); }

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

border-color css

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

 span { border-color: rgb(152,49,38); }

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