Html Css Color HEX #973027 Thunderbird

📋 copy color: '#973027'

red 151 ◦ green 48 ◦ blue 39

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

Shades of Thunderbird #973027

Tints of Thunderbird #973027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

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

R = 63.45%
G = 20.17%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#973027 (or 0x973027) is known color: Thunderbird. HEX triplet: 97, 30 and 27. RGB value is (151,48,39). Sum of RGB (Red+Green+Blue) = 151+48+39=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #973027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973027 is #68CFD8. Grayscale: #4D4D4D. Windows color (decimal): -6868953 or 2568343. OLE color: 2568343.

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

Color convert

RGB 151 48 39 -
CMYK 0 0.68 0.74 0.41
HSL 4.82º 0.59% 0.37% -
HSV(B) 4.82º 0.74% 0.59% -
XYZ 14.19 8.84 2.88 -
YUV 77.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 151 48 39 0 0.68 0.74 0.41 4.82 0.59 0.37
Hex 97 30 27 0 44 4A 29 5 3B 25
Octal 227 60 47 0 104 112 51 5 73 45
Binary 10010111 110000 100111 0 1000100 1001010 101001 101 111011 100101

Color Harmonies of #973027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973027

Black with #973027

Text Example


Text Example

White with #973027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973027; }

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

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

background-color css

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

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

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

border-color css

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

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

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