Html Css Color HEX #993429 Thunderbird

📋 copy color: '#993429'

red 153 ◦ green 52 ◦ blue 41

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

Shades of Thunderbird #993429

Tints of Thunderbird #993429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

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

R = 62.2%
G = 21.14%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#993429 (or 0x993429) is known color: Thunderbird. HEX triplet: 99, 34 and 29. RGB value is (153,52,41). Sum of RGB (Red+Green+Blue) = 153+52+41=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #993429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993429 is #66CBD6. Grayscale: #515151. Windows color (decimal): -6736855 or 2700441. OLE color: 2700441.

HSL color Cylindrical-coordinate representation of color #993429: 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.73%. Process color model (Four color, CMYK) of #993429 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 41 -
CMYK 0 0.66 0.73 0.4
HSL 5.89º 0.58% 0.38% -
HSV(B) 5.89º 0.73% 0.6% -
XYZ 14.77 9.39 3.13 -
YUV 80.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 153 52 41 0 0.66 0.73 0.4 5.89 0.58 0.38
Hex 99 34 29 0 42 49 28 6 3A 26
Octal 231 64 51 0 102 111 50 6 72 46
Binary 10011001 110100 101001 0 1000010 1001001 101000 110 111010 100110

Color Harmonies of #993429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993429

Black with #993429

Text Example


Text Example

White with #993429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993429; }

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

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

background-color css

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

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

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

border-color css

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

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

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