Html Css Color HEX #913329 Thunderbird

📋 copy color: '#913329'

red 145 ◦ green 51 ◦ blue 41

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

Shades of Thunderbird #913329

Tints of Thunderbird #913329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

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

R = 61.18%
G = 21.52%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#913329 (or 0x913329) is known color: Thunderbird. HEX triplet: 91, 33 and 29. RGB value is (145,51,41). Sum of RGB (Red+Green+Blue) = 145+51+41=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #913329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913329 is #6ECCD6. Grayscale: #4E4E4E. Windows color (decimal): -7261399 or 2700177. OLE color: 2700177.

HSL color Cylindrical-coordinate representation of color #913329: hue angle of 5.77º 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 #913329 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 51 41 -
CMYK 0 0.65 0.72 0.43
HSL 5.77º 0.56% 0.36% -
HSV(B) 5.77º 0.72% 0.57% -
XYZ 13.26 8.55 3.05 -
YUV 77.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 145 51 41 0 0.65 0.72 0.43 5.77 0.56 0.36
Hex 91 33 29 0 41 48 2B 6 38 24
Octal 221 63 51 0 101 110 53 6 70 44
Binary 10010001 110011 101001 0 1000001 1001000 101011 110 111000 100100

Color Harmonies of #913329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913329

Black with #913329

Text Example


Text Example

White with #913329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913329; }

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

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

background-color css

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

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

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

border-color css

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

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

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