Html Css Color HEX #993126 Thunderbird

📋 copy color: '#993126'

red 153 ◦ green 49 ◦ blue 38

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

Shades of Thunderbird #993126

Tints of Thunderbird #993126

RGB

 RED value IS 153 (60.16% from 255) = 63.75%

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

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

R = 63.75%
G = 20.42%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#993126 (or 0x993126) is known color: Thunderbird. HEX triplet: 99, 31 and 26. RGB value is (153,49,38). Sum of RGB (Red+Green+Blue) = 153+49+38=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #993126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993126 is #66CED9. Grayscale: #4E4E4E. Windows color (decimal): -6737626 or 2503065. OLE color: 2503065.

HSL color Cylindrical-coordinate representation of color #993126: hue angle of 5.74º 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 #993126 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 38 -
CMYK 0 0.68 0.75 0.4
HSL 5.74º 0.6% 0.37% -
HSV(B) 5.74º 0.75% 0.6% -
XYZ 14.59 9.11 2.82 -
YUV 78.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 153 49 38 0 0.68 0.75 0.4 5.74 0.6 0.37
Hex 99 31 26 0 44 4B 28 6 3C 25
Octal 231 61 46 0 104 113 50 6 74 45
Binary 10011001 110001 100110 0 1000100 1001011 101000 110 111100 100101

Color Harmonies of #993126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993126

Black with #993126

Text Example


Text Example

White with #993126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993126; }

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

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

background-color css

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

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

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

border-color css

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

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

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