Html Css Color HEX #61394A Tawny Port

📋 copy color: '#61394A'

red 97 ◦ green 57 ◦ blue 74

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

Shades of Tawny Port #61394A

Tints of Tawny Port #61394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25%

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

R = 42.54%
G = 25%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61394A (or 0x61394A) is known color: Tawny Port. HEX triplet: 61, 39 and 4A. RGB value is (97,57,74). Sum of RGB (Red+Green+Blue) = 97+57+74=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61394A is #9EC6B5. Grayscale: #464646. Windows color (decimal): -10405558 or 4864353. OLE color: 4864353.

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

Color convert

RGB 97 57 74 -
CMYK 0 0.41 0.24 0.62
HSL 334.5º 0.26% 0.3% -
HSV(B) 334.5º 0.41% 0.38% -
XYZ 7.63 5.96 7.23 -
YUV 70.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 97 57 74 0 0.41 0.24 0.62 334.5 0.26 0.3
Hex 61 39 4A 0 29 18 3E 14E 1A 1E
Octal 141 71 112 0 51 30 76 516 32 36
Binary 1100001 111001 1001010 0 101001 11000 111110 101001110 11010 11110

Color Harmonies of #61394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61394A

Black with #61394A

Text Example


Text Example

White with #61394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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