Html Css Color HEX #973C31 Thunderbird

📋 copy color: '#973C31'

red 151 ◦ green 60 ◦ blue 49

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

Shades of Thunderbird #973C31

Tints of Thunderbird #973C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 58.08%
G = 23.08%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#973C31 (or 0x973C31) is known color: Thunderbird. HEX triplet: 97, 3C and 31. RGB value is (151,60,49). Sum of RGB (Red+Green+Blue) = 151+60+49=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #973C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C31 is #68C3CE. Grayscale: #565656. Windows color (decimal): -6865871 or 3226775. OLE color: 3226775.

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

Color convert

RGB 151 60 49 -
CMYK 0 0.60 0.68 0.41
HSL 6.47º 0.51% 0.39% -
HSV(B) 6.47º 0.68% 0.59% -
XYZ 14.93 10.03 4.06 -
YUV 85.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 151 60 49 0 0.60 0.68 0.41 6.47 0.51 0.39
Hex 97 3C 31 0 3C 44 29 6 33 27
Octal 227 74 61 0 74 104 51 6 63 47
Binary 10010111 111100 110001 0 111100 1000100 101001 110 110011 100111

Color Harmonies of #973C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C31

Black with #973C31

Text Example


Text Example

White with #973C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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