Html Css Color HEX #973028 Thunderbird

📋 copy color: '#973028'

red 151 ◦ green 48 ◦ blue 40

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

Shades of Thunderbird #973028

Tints of Thunderbird #973028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 63.18%
G = 20.08%
B = 16.74%

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

#973028 (or 0x973028) is known color: Thunderbird. HEX triplet: 97, 30 and 28. RGB value is (151,48,40). Sum of RGB (Red+Green+Blue) = 151+48+40=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #973028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973028 is #68CFD7. Grayscale: #4E4E4E. Windows color (decimal): -6868952 or 2633879. OLE color: 2633879.

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

Color convert

RGB 151 48 40 -
CMYK 0 0.68 0.74 0.41
HSL 4.32º 0.58% 0.37% -
HSV(B) 4.32º 0.74% 0.59% -
XYZ 14.2 8.85 2.97 -
YUV 77.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 151 48 40 0 0.68 0.74 0.41 4.32 0.58 0.37
Hex 97 30 28 0 44 4A 29 4 3A 25
Octal 227 60 50 0 104 112 51 4 72 45
Binary 10010111 110000 101000 0 1000100 1001010 101001 100 111010 100101

Color Harmonies of #973028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973028

Black with #973028

Text Example


Text Example

White with #973028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973028; }

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

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

background-color css

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

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

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

border-color css

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

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

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