Html Css Color HEX #973229 Thunderbird

📋 copy color: '#973229'

red 151 ◦ green 50 ◦ blue 41

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

Shades of Thunderbird #973229

Tints of Thunderbird #973229

RGB

 RED value IS 151 (59.38% from 255) = 62.4%

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

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

R = 62.4%
G = 20.66%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#973229 (or 0x973229) is known color: Thunderbird. HEX triplet: 97, 32 and 29. RGB value is (151,50,41). Sum of RGB (Red+Green+Blue) = 151+50+41=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #973229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973229 is #68CDD6. Grayscale: #4F4F4F. Windows color (decimal): -6868439 or 2699927. OLE color: 2699927.

HSL color Cylindrical-coordinate representation of color #973229: hue angle of 4.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973229 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 50 41 -
CMYK 0 0.67 0.73 0.41
HSL 4.91º 0.57% 0.38% -
HSV(B) 4.91º 0.73% 0.59% -
XYZ 14.3 9.02 3.09 -
YUV 79.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 151 50 41 0 0.67 0.73 0.41 4.91 0.57 0.38
Hex 97 32 29 0 43 49 29 5 39 26
Octal 227 62 51 0 103 111 51 5 71 46
Binary 10010111 110010 101001 0 1000011 1001001 101001 101 111001 100110

Color Harmonies of #973229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973229

Black with #973229

Text Example


Text Example

White with #973229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973229; }

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

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

background-color css

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

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

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

border-color css

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

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

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