Html Css Color HEX #913129 Thunderbird

📋 copy color: '#913129'

red 145 ◦ green 49 ◦ blue 41

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

Shades of Thunderbird #913129

Tints of Thunderbird #913129

RGB

 RED value IS 145 (57.03% from 255) = 61.7%

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

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

R = 61.7%
G = 20.85%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#913129 (or 0x913129) is known color: Thunderbird. HEX triplet: 91, 31 and 29. RGB value is (145,49,41). Sum of RGB (Red+Green+Blue) = 145+49+41=235 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.70% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 145 - color contains mainly: red. Hex color #913129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913129 is #6ECED6. Grayscale: #4C4C4C. Windows color (decimal): -7261911 or 2699665. OLE color: 2699665.

HSL color Cylindrical-coordinate representation of color #913129: hue angle of 4.62º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #913129 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 49 41 -
CMYK 0 0.66 0.72 0.43
HSL 4.62º 0.56% 0.36% -
HSV(B) 4.62º 0.72% 0.57% -
XYZ 13.18 8.38 3.02 -
YUV 76.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 145 49 41 0 0.66 0.72 0.43 4.62 0.56 0.36
Hex 91 31 29 0 42 48 2B 5 38 24
Octal 221 61 51 0 102 110 53 5 70 44
Binary 10010001 110001 101001 0 1000010 1001000 101011 101 111000 100100

Color Harmonies of #913129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913129

Black with #913129

Text Example


Text Example

White with #913129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913129; }

 p { color: rgb(145,49,41); }

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

background-color css

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

 a { background-color: rgb(145,49,41); }

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

border-color css

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

 span { border-color: rgb(145,49,41); }

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