Html Css Color HEX #993229 Thunderbird

📋 copy color: '#993229'

red 153 ◦ green 50 ◦ blue 41

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

Shades of Thunderbird #993229

Tints of Thunderbird #993229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 62.7%
G = 20.49%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#993229 (or 0x993229) is known color: Thunderbird. HEX triplet: 99, 32 and 29. RGB value is (153,50,41). Sum of RGB (Red+Green+Blue) = 153+50+41=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #993229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993229 is #66CDD6. Grayscale: #4F4F4F. Windows color (decimal): -6737367 or 2699929. OLE color: 2699929.

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

Color convert

RGB 153 50 41 -
CMYK 0 0.67 0.73 0.4
HSL 4.82º 0.58% 0.38% -
HSV(B) 4.82º 0.73% 0.6% -
XYZ 14.68 9.21 3.1 -
YUV 79.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 153 50 41 0 0.67 0.73 0.4 4.82 0.58 0.38
Hex 99 32 29 0 43 49 28 5 3A 26
Octal 231 62 51 0 103 111 50 5 72 46
Binary 10011001 110010 101001 0 1000011 1001001 101000 101 111010 100110

Color Harmonies of #993229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993229

Black with #993229

Text Example


Text Example

White with #993229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993229; }

 p { color: rgb(153,50,41); }

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

background-color css

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

 a { background-color: rgb(153,50,41); }

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

border-color css

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

 span { border-color: rgb(153,50,41); }

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