Html Css Color HEX #973C36 Thunderbird

📋 copy color: '#973C36'

red 151 ◦ green 60 ◦ blue 54

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

Shades of Thunderbird #973C36

Tints of Thunderbird #973C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 56.98%
G = 22.64%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#973C36 (or 0x973C36) is known color: Thunderbird. HEX triplet: 97, 3C and 36. RGB value is (151,60,54). Sum of RGB (Red+Green+Blue) = 151+60+54=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #973C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C36 is #68C3C9. Grayscale: #565656. Windows color (decimal): -6865866 or 3554455. OLE color: 3554455.

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

Color convert

RGB 151 60 54 -
CMYK 0 0.60 0.64 0.41
HSL 3.71º 0.47% 0.4% -
HSV(B) 3.71º 0.64% 0.59% -
XYZ 15.04 10.08 4.64 -
YUV 86.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 151 60 54 0 0.60 0.64 0.41 3.71 0.47 0.4
Hex 97 3C 36 0 3C 40 29 4 2F 28
Octal 227 74 66 0 74 100 51 4 57 50
Binary 10010111 111100 110110 0 111100 1000000 101001 100 101111 101000

Color Harmonies of #973C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C36

Black with #973C36

Text Example


Text Example

White with #973C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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