Html Css Color HEX #973630 Thunderbird

📋 copy color: '#973630'

red 151 ◦ green 54 ◦ blue 48

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

Shades of Thunderbird #973630

Tints of Thunderbird #973630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.34%

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

R = 59.68%
G = 21.34%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#973630 (or 0x973630) is known color: Thunderbird. HEX triplet: 97, 36 and 30. RGB value is (151,54,48). Sum of RGB (Red+Green+Blue) = 151+54+48=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #973630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973630 is #68C9CF. Grayscale: #525252. Windows color (decimal): -6867408 or 3159703. OLE color: 3159703.

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

Color convert

RGB 151 54 48 -
CMYK 0 0.64 0.68 0.41
HSL 3.5º 0.52% 0.39% -
HSV(B) 3.5º 0.68% 0.59% -
XYZ 14.62 9.43 3.85 -
YUV 82.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 151 54 48 0 0.64 0.68 0.41 3.5 0.52 0.39
Hex 97 36 30 0 40 44 29 3 34 27
Octal 227 66 60 0 100 104 51 3 64 47
Binary 10010111 110110 110000 0 1000000 1000100 101001 11 110100 100111

Color Harmonies of #973630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973630

Black with #973630

Text Example


Text Example

White with #973630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973630; }

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

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

background-color css

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

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

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

border-color css

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

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

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