Html Css Color HEX #993B31 Thunderbird

📋 copy color: '#993B31'

red 153 ◦ green 59 ◦ blue 49

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

Shades of Thunderbird #993B31

Tints of Thunderbird #993B31

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.61%

 BLUE value IS 49 (19.53% from 255) = 18.77%

R = 58.62%
G = 22.61%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#993B31 (or 0x993B31) is known color: Thunderbird. HEX triplet: 99, 3B and 31. RGB value is (153,59,49). Sum of RGB (Red+Green+Blue) = 153+59+49=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #993B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B31 is #66C4CE. Grayscale: #565656. Windows color (decimal): -6735055 or 3226521. OLE color: 3226521.

HSL color Cylindrical-coordinate representation of color #993B31: hue angle of 5.77º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993B31 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 59 49 -
CMYK 0 0.61 0.68 0.4
HSL 5.77º 0.51% 0.4% -
HSV(B) 5.77º 0.68% 0.6% -
XYZ 15.26 10.12 4.06 -
YUV 85.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 153 59 49 0 0.61 0.68 0.4 5.77 0.51 0.4
Hex 99 3B 31 0 3D 44 28 6 33 28
Octal 231 73 61 0 75 104 50 6 63 50
Binary 10011001 111011 110001 0 111101 1000100 101000 110 110011 101000

Color Harmonies of #993B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B31

Black with #993B31

Text Example


Text Example

White with #993B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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