Html Css Color HEX #913229 Thunderbird

📋 copy color: '#913229'

red 145 ◦ green 50 ◦ blue 41

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

Shades of Thunderbird #913229

Tints of Thunderbird #913229

RGB

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

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

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

R = 61.44%
G = 21.19%
B = 17.37%

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

#913229 (or 0x913229) is known color: Thunderbird. HEX triplet: 91, 32 and 29. RGB value is (145,50,41). Sum of RGB (Red+Green+Blue) = 145+50+41=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #913229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913229 is #6ECDD6. Grayscale: #4D4D4D. Windows color (decimal): -7261655 or 2699921. OLE color: 2699921.

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

Color convert

RGB 145 50 41 -
CMYK 0 0.66 0.72 0.43
HSL 5.19º 0.56% 0.36% -
HSV(B) 5.19º 0.72% 0.57% -
XYZ 13.22 8.46 3.03 -
YUV 77.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 145 50 41 0 0.66 0.72 0.43 5.19 0.56 0.36
Hex 91 32 29 0 42 48 2B 5 38 24
Octal 221 62 51 0 102 110 53 5 70 44
Binary 10010001 110010 101001 0 1000010 1001000 101011 101 111000 100100

Color Harmonies of #913229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913229

Black with #913229

Text Example


Text Example

White with #913229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913229; }

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

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

background-color css

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

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

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

border-color css

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

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

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