Html Css Color HEX #97372C Thunderbird

📋 copy color: '#97372C'

red 151 ◦ green 55 ◦ blue 44

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

Shades of Thunderbird #97372C

Tints of Thunderbird #97372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 60.4%
G = 22%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#97372C (or 0x97372C) is known color: Thunderbird. HEX triplet: 97, 37 and 2C. RGB value is (151,55,44). Sum of RGB (Red+Green+Blue) = 151+55+44=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #97372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97372C is #68C8D3. Grayscale: #525252. Windows color (decimal): -6867156 or 2897815. OLE color: 2897815.

HSL color Cylindrical-coordinate representation of color #97372C: hue angle of 6.17º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97372C is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 55 44 -
CMYK 0 0.64 0.71 0.41
HSL 6.17º 0.55% 0.38% -
HSV(B) 6.17º 0.71% 0.59% -
XYZ 14.58 9.49 3.45 -
YUV 82.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 151 55 44 0 0.64 0.71 0.41 6.17 0.55 0.38
Hex 97 37 2C 0 40 47 29 6 37 26
Octal 227 67 54 0 100 107 51 6 67 46
Binary 10010111 110111 101100 0 1000000 1000111 101001 110 110111 100110

Color Harmonies of #97372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97372C

Black with #97372C

Text Example


Text Example

White with #97372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97372C; }

 p { color: rgb(151,55,44); }

 H1.HeaderClassName
 {
   color: #97372C;
 }
 .AnyTagClassName
 {
   color: #97372C;
 }
</style>

background-color css

<style>
 a { background-color: #97372C; }

 a { background-color: rgb(151,55,44); }

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

border-color css

<style>
 span { border-color: #97372C; }

 span { border-color: rgb(151,55,44); }

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