Html Css Color HEX #973730 Thunderbird

📋 copy color: '#973730'

red 151 ◦ green 55 ◦ blue 48

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

Shades of Thunderbird #973730

Tints of Thunderbird #973730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.9%

R = 59.45%
G = 21.65%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#973730 (or 0x973730) is known color: Thunderbird. HEX triplet: 97, 37 and 30. RGB value is (151,55,48). Sum of RGB (Red+Green+Blue) = 151+55+48=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #973730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973730 is #68C8CF. Grayscale: #535353. Windows color (decimal): -6867152 or 3159959. OLE color: 3159959.

HSL color Cylindrical-coordinate representation of color #973730: hue angle of 4.08º degrees, saturation: 0.52, 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 #973730 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 55 48 -
CMYK 0 0.64 0.68 0.41
HSL 4.08º 0.52% 0.39% -
HSV(B) 4.08º 0.68% 0.59% -
XYZ 14.66 9.53 3.86 -
YUV 82.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 151 55 48 0 0.64 0.68 0.41 4.08 0.52 0.39
Hex 97 37 30 0 40 44 29 4 34 27
Octal 227 67 60 0 100 104 51 4 64 47
Binary 10010111 110111 110000 0 1000000 1000100 101001 100 110100 100111

Color Harmonies of #973730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973730

Black with #973730

Text Example


Text Example

White with #973730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973730; }

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

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

background-color css

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

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

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

border-color css

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

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

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