Html Css Color HEX #973529 Thunderbird

📋 copy color: '#973529'

red 151 ◦ green 53 ◦ blue 41

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

Shades of Thunderbird #973529

Tints of Thunderbird #973529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

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

R = 61.63%
G = 21.63%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#973529 (or 0x973529) is known color: Thunderbird. HEX triplet: 97, 35 and 29. RGB value is (151,53,41). Sum of RGB (Red+Green+Blue) = 151+53+41=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #973529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973529 is #68CAD6. Grayscale: #515151. Windows color (decimal): -6867671 or 2700695. OLE color: 2700695.

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

Color convert

RGB 151 53 41 -
CMYK 0 0.65 0.73 0.41
HSL 6.55º 0.57% 0.38% -
HSV(B) 6.55º 0.73% 0.59% -
XYZ 14.44 9.29 3.13 -
YUV 80.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 151 53 41 0 0.65 0.73 0.41 6.55 0.57 0.38
Hex 97 35 29 0 41 49 29 7 39 26
Octal 227 65 51 0 101 111 51 7 71 46
Binary 10010111 110101 101001 0 1000001 1001001 101001 111 111001 100110

Color Harmonies of #973529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973529

Black with #973529

Text Example


Text Example

White with #973529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973529; }

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

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

background-color css

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

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

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

border-color css

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

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

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