Html Css Color HEX #973C34 Thunderbird

📋 copy color: '#973C34'

red 151 ◦ green 60 ◦ blue 52

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

Shades of Thunderbird #973C34

Tints of Thunderbird #973C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.81%

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 57.41%
G = 22.81%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#973C34 (or 0x973C34) is known color: Thunderbird. HEX triplet: 97, 3C and 34. RGB value is (151,60,52). Sum of RGB (Red+Green+Blue) = 151+60+52=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #973C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C34 is #68C3CB. Grayscale: #565656. Windows color (decimal): -6865868 or 3423383. OLE color: 3423383.

HSL color Cylindrical-coordinate representation of color #973C34: hue angle of 4.85º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973C34 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 60 52 -
CMYK 0 0.60 0.66 0.41
HSL 4.85º 0.49% 0.4% -
HSV(B) 4.85º 0.66% 0.59% -
XYZ 15 10.06 4.4 -
YUV 86.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 151 60 52 0 0.60 0.66 0.41 4.85 0.49 0.4
Hex 97 3C 34 0 3C 42 29 5 31 28
Octal 227 74 64 0 74 102 51 5 61 50
Binary 10010111 111100 110100 0 111100 1000010 101001 101 110001 101000

Color Harmonies of #973C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C34

Black with #973C34

Text Example


Text Example

White with #973C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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