Html Css Color HEX #973C33 Thunderbird

📋 copy color: '#973C33'

red 151 ◦ green 60 ◦ blue 51

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

Shades of Thunderbird #973C33

Tints of Thunderbird #973C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.47%

R = 57.63%
G = 22.9%
B = 19.47%

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

#973C33 (or 0x973C33) is known color: Thunderbird. HEX triplet: 97, 3C and 33. RGB value is (151,60,51). Sum of RGB (Red+Green+Blue) = 151+60+51=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #973C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C33 is #68C3CC. Grayscale: #565656. Windows color (decimal): -6865869 or 3357847. OLE color: 3357847.

HSL color Cylindrical-coordinate representation of color #973C33: hue angle of 5.4º degrees, saturation: 0.5, 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 #973C33 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 60 51 -
CMYK 0 0.60 0.66 0.41
HSL 5.4º 0.5% 0.4% -
HSV(B) 5.4º 0.66% 0.59% -
XYZ 14.98 10.05 4.28 -
YUV 86.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 151 60 51 0 0.60 0.66 0.41 5.4 0.5 0.4
Hex 97 3C 33 0 3C 42 29 5 32 28
Octal 227 74 63 0 74 102 51 5 62 50
Binary 10010111 111100 110011 0 111100 1000010 101001 101 110010 101000

Color Harmonies of #973C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C33

Black with #973C33

Text Example


Text Example

White with #973C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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