Html Css Color HEX #913331 Thunderbird

📋 copy color: '#913331'

red 145 ◦ green 51 ◦ blue 49

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

Shades of Thunderbird #913331

Tints of Thunderbird #913331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20%

R = 59.18%
G = 20.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#913331 (or 0x913331) is known color: Thunderbird. HEX triplet: 91, 33 and 31. RGB value is (145,51,49). Sum of RGB (Red+Green+Blue) = 145+51+49=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #913331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913331 is #6ECCCE. Grayscale: #4E4E4E. Windows color (decimal): -7261391 or 3224465. OLE color: 3224465.

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

Color convert

RGB 145 51 49 -
CMYK 0 0.65 0.66 0.43
HSL 1.25º 0.49% 0.38% -
HSV(B) 1.25º 0.66% 0.57% -
XYZ 13.42 8.61 3.86 -
YUV 78.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 145 51 49 0 0.65 0.66 0.43 1.25 0.49 0.38
Hex 91 33 31 0 41 42 2B 1 31 26
Octal 221 63 61 0 101 102 53 1 61 46
Binary 10010001 110011 110001 0 1000001 1000010 101011 1 110001 100110

Color Harmonies of #913331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913331

Black with #913331

Text Example


Text Example

White with #913331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913331; }

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

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

background-color css

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

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

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

border-color css

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

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

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