Html Css Color HEX #973C35 Thunderbird

📋 copy color: '#973C35'

red 151 ◦ green 60 ◦ blue 53

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

Shades of Thunderbird #973C35

Tints of Thunderbird #973C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 57.2%
G = 22.73%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#973C35 (or 0x973C35) is known color: Thunderbird. HEX triplet: 97, 3C and 35. RGB value is (151,60,53). Sum of RGB (Red+Green+Blue) = 151+60+53=264 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.20% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 151 - color contains mainly: red. Hex color #973C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C35 is #68C3CA. Grayscale: #565656. Windows color (decimal): -6865867 or 3488919. OLE color: 3488919.

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

Color convert

RGB 151 60 53 -
CMYK 0 0.60 0.65 0.41
HSL 4.29º 0.48% 0.4% -
HSV(B) 4.29º 0.65% 0.59% -
XYZ 15.02 10.07 4.52 -
YUV 86.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 151 60 53 0 0.60 0.65 0.41 4.29 0.48 0.4
Hex 97 3C 35 0 3C 41 29 4 30 28
Octal 227 74 65 0 74 101 51 4 60 50
Binary 10010111 111100 110101 0 111100 1000001 101001 100 110000 101000

Color Harmonies of #973C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973C35

Black with #973C35

Text Example


Text Example

White with #973C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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