Html Css Color HEX #973429 Thunderbird

📋 copy color: '#973429'

red 151 ◦ green 52 ◦ blue 41

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

Shades of Thunderbird #973429

Tints of Thunderbird #973429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 61.89%
G = 21.31%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#973429 (or 0x973429) is known color: Thunderbird. HEX triplet: 97, 34 and 29. RGB value is (151,52,41). Sum of RGB (Red+Green+Blue) = 151+52+41=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #973429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973429 is #68CBD6. Grayscale: #505050. Windows color (decimal): -6867927 or 2700439. OLE color: 2700439.

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

Color convert

RGB 151 52 41 -
CMYK 0 0.66 0.73 0.41
HSL 0.57% 0.38% -
HSV(B) 0.73% 0.59% -
XYZ 14.39 9.2 3.11 -
YUV 80.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 151 52 41 0 0.66 0.73 0.41 6 0.57 0.38
Hex 97 34 29 0 42 49 29 6 39 26
Octal 227 64 51 0 102 111 51 6 71 46
Binary 10010111 110100 101001 0 1000010 1001001 101001 110 111001 100110

Color Harmonies of #973429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973429

Black with #973429

Text Example


Text Example

White with #973429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973429; }

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

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

background-color css

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

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

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

border-color css

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

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

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