Html Css Color HEX #973531 Thunderbird

📋 copy color: '#973531'

red 151 ◦ green 53 ◦ blue 49

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

Shades of Thunderbird #973531

Tints of Thunderbird #973531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

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

R = 59.68%
G = 20.95%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#973531 (or 0x973531) is known color: Thunderbird. HEX triplet: 97, 35 and 31. RGB value is (151,53,49). Sum of RGB (Red+Green+Blue) = 151+53+49=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #973531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973531 is #68CACE. Grayscale: #515151. Windows color (decimal): -6867663 or 3224983. OLE color: 3224983.

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

Color convert

RGB 151 53 49 -
CMYK 0 0.65 0.68 0.41
HSL 2.35º 0.51% 0.39% -
HSV(B) 2.35º 0.68% 0.59% -
XYZ 14.59 9.35 3.94 -
YUV 81.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 151 53 49 0 0.65 0.68 0.41 2.35 0.51 0.39
Hex 97 35 31 0 41 44 29 2 33 27
Octal 227 65 61 0 101 104 51 2 63 47
Binary 10010111 110101 110001 0 1000001 1000100 101001 10 110011 100111

Color Harmonies of #973531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973531

Black with #973531

Text Example


Text Example

White with #973531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973531; }

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

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

background-color css

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

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

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

border-color css

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

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

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