Html Css Color HEX #61364C Tawny Port

📋 copy color: '#61364C'

red 97 ◦ green 54 ◦ blue 76

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

Shades of Tawny Port #61364C

Tints of Tawny Port #61364C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 42.73%
G = 23.79%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#61364C (or 0x61364C) is known color: Tawny Port. HEX triplet: 61, 36 and 4C. RGB value is (97,54,76). Sum of RGB (Red+Green+Blue) = 97+54+76=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61364C is #9EC9B3. Grayscale: #454545. Windows color (decimal): -10406324 or 4994657. OLE color: 4994657.

HSL color Cylindrical-coordinate representation of color #61364C: hue angle of 329.3º 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 #61364C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 54 76 -
CMYK 0 0.44 0.22 0.62
HSL 329.3º 0.28% 0.3% -
HSV(B) 329.3º 0.44% 0.38% -
XYZ 7.55 5.7 7.54 -
YUV 69.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 97 54 76 0 0.44 0.22 0.62 329.3 0.28 0.3
Hex 61 36 4C 0 2C 16 3E 149 1C 1E
Octal 141 66 114 0 54 26 76 511 34 36
Binary 1100001 110110 1001100 0 101100 10110 111110 101001001 11100 11110

Color Harmonies of #61364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61364C

Black with #61364C

Text Example


Text Example

White with #61364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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