Html Css Color HEX #973A30 Thunderbird

📋 copy color: '#973A30'

red 151 ◦ green 58 ◦ blue 48

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

Shades of Thunderbird #973A30

Tints of Thunderbird #973A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

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

R = 58.75%
G = 22.57%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#973A30 (or 0x973A30) is known color: Thunderbird. HEX triplet: 97, 3A and 30. RGB value is (151,58,48). Sum of RGB (Red+Green+Blue) = 151+58+48=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #973A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A30 is #68C5CF. Grayscale: #545454. Windows color (decimal): -6866384 or 3160727. OLE color: 3160727.

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

Color convert

RGB 151 58 48 -
CMYK 0 0.62 0.68 0.41
HSL 5.83º 0.52% 0.39% -
HSV(B) 5.83º 0.68% 0.59% -
XYZ 14.81 9.82 3.91 -
YUV 84.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 151 58 48 0 0.62 0.68 0.41 5.83 0.52 0.39
Hex 97 3A 30 0 3E 44 29 6 34 27
Octal 227 72 60 0 76 104 51 6 64 47
Binary 10010111 111010 110000 0 111110 1000100 101001 110 110100 100111

Color Harmonies of #973A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973A30

Black with #973A30

Text Example


Text Example

White with #973A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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