Html Css Color HEX #973527 Thunderbird

📋 copy color: '#973527'

red 151 ◦ green 53 ◦ blue 39

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

Shades of Thunderbird #973527

Tints of Thunderbird #973527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.05%

R = 62.14%
G = 21.81%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#973527 (or 0x973527) is known color: Thunderbird. HEX triplet: 97, 35 and 27. RGB value is (151,53,39). Sum of RGB (Red+Green+Blue) = 151+53+39=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #973527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973527 is #68CAD8. Grayscale: #505050. Windows color (decimal): -6867673 or 2569623. OLE color: 2569623.

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

Color convert

RGB 151 53 39 -
CMYK 0 0.65 0.74 0.41
HSL 7.5º 0.59% 0.37% -
HSV(B) 7.5º 0.74% 0.59% -
XYZ 14.4 9.27 2.95 -
YUV 80.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 151 53 39 0 0.65 0.74 0.41 7.5 0.59 0.37
Hex 97 35 27 0 41 4A 29 8 3B 25
Octal 227 65 47 0 101 112 51 10 73 45
Binary 10010111 110101 100111 0 1000001 1001010 101001 1000 111011 100101

Color Harmonies of #973527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973527

Black with #973527

Text Example


Text Example

White with #973527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973527; }

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

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

background-color css

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

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

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

border-color css

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

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

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