Html Css Color HEX #972F29 Thunderbird

📋 copy color: '#972F29'

red 151 ◦ green 47 ◦ blue 41

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

Shades of Thunderbird #972F29

Tints of Thunderbird #972F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.67%

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

R = 63.18%
G = 19.67%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#972F29 (or 0x972F29) is known color: Thunderbird. HEX triplet: 97, 2F and 29. RGB value is (151,47,41). Sum of RGB (Red+Green+Blue) = 151+47+41=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #972F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972F29 is #68D0D6. Grayscale: #4D4D4D. Windows color (decimal): -6869207 or 2699159. OLE color: 2699159.

HSL color Cylindrical-coordinate representation of color #972F29: hue angle of 3.27º 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 #972F29 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 47 41 -
CMYK 0 0.69 0.73 0.41
HSL 3.27º 0.57% 0.38% -
HSV(B) 3.27º 0.73% 0.59% -
XYZ 14.18 8.77 3.04 -
YUV 77.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 151 47 41 0 0.69 0.73 0.41 3.27 0.57 0.38
Hex 97 2F 29 0 45 49 29 3 39 26
Octal 227 57 51 0 105 111 51 3 71 46
Binary 10010111 101111 101001 0 1000101 1001001 101001 11 111001 100110

Color Harmonies of #972F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972F29

Black with #972F29

Text Example


Text Example

White with #972F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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