Html Css Color HEX #973430 Thunderbird

📋 copy color: '#973430'

red 151 ◦ green 52 ◦ blue 48

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

Shades of Thunderbird #973430

Tints of Thunderbird #973430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

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

R = 60.16%
G = 20.72%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#973430 (or 0x973430) is known color: Thunderbird. HEX triplet: 97, 34 and 30. RGB value is (151,52,48). Sum of RGB (Red+Green+Blue) = 151+52+48=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #973430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973430 is #68CBCF. Grayscale: #515151. Windows color (decimal): -6867920 or 3159191. OLE color: 3159191.

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

Color convert

RGB 151 52 48 -
CMYK 0 0.66 0.68 0.41
HSL 2.33º 0.52% 0.39% -
HSV(B) 2.33º 0.68% 0.59% -
XYZ 14.52 9.25 3.82 -
YUV 81.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 151 52 48 0 0.66 0.68 0.41 2.33 0.52 0.39
Hex 97 34 30 0 42 44 29 2 34 27
Octal 227 64 60 0 102 104 51 2 64 47
Binary 10010111 110100 110000 0 1000010 1000100 101001 10 110100 100111

Color Harmonies of #973430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973430

Black with #973430

Text Example


Text Example

White with #973430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973430; }

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

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

background-color css

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

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

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

border-color css

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

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

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