Html Css Color HEX #61364A Tawny Port

📋 copy color: '#61364A'

red 97 ◦ green 54 ◦ blue 74

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

Shades of Tawny Port #61364A

Tints of Tawny Port #61364A

RGB

 RED value IS 97 (38.28% from 255) = 43.11%

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

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 43.11%
G = 24%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61364A (or 0x61364A) is known color: Tawny Port. HEX triplet: 61, 36 and 4A. RGB value is (97,54,74). Sum of RGB (Red+Green+Blue) = 97+54+74=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61364A is #9EC9B5. Grayscale: #454545. Windows color (decimal): -10406326 or 4863585. OLE color: 4863585.

HSL color Cylindrical-coordinate representation of color #61364A: hue angle of 332.09º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61364A is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 54 74 -
CMYK 0 0.44 0.24 0.62
HSL 332.09º 0.28% 0.3% -
HSV(B) 332.09º 0.44% 0.38% -
XYZ 7.48 5.67 7.18 -
YUV 69.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 97 54 74 0 0.44 0.24 0.62 332.09 0.28 0.3
Hex 61 36 4A 0 2C 18 3E 14C 1C 1E
Octal 141 66 112 0 54 30 76 514 34 36
Binary 1100001 110110 1001010 0 101100 11000 111110 101001100 11100 11110

Color Harmonies of #61364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61364A

Black with #61364A

Text Example


Text Example

White with #61364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61364A; }

 p { color: rgb(97,54,74); }

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

background-color css

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

 a { background-color: rgb(97,54,74); }

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

border-color css

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

 span { border-color: rgb(97,54,74); }

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