Html Css Color HEX #61344E Tawny Port

📋 copy color: '#61344E'

red 97 ◦ green 52 ◦ blue 78

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

Shades of Tawny Port #61344E

Tints of Tawny Port #61344E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.36%

R = 42.73%
G = 22.91%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61344E (or 0x61344E) is known color: Tawny Port. HEX triplet: 61, 34 and 4E. RGB value is (97,52,78). Sum of RGB (Red+Green+Blue) = 97+52+78=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61344E is #9ECBB1. Grayscale: #444444. Windows color (decimal): -10406834 or 5125217. OLE color: 5125217.

HSL color Cylindrical-coordinate representation of color #61344E: hue angle of 325.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61344E is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 78 -
CMYK 0 0.46 0.20 0.62
HSL 325.33º 0.3% 0.29% -
HSV(B) 325.33º 0.46% 0.38% -
XYZ 7.53 5.55 7.88 -
YUV 68.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 97 52 78 0 0.46 0.20 0.62 325.33 0.3 0.29
Hex 61 34 4E 0 2E 14 3E 145 1E 1D
Octal 141 64 116 0 56 24 76 505 36 35
Binary 1100001 110100 1001110 0 101110 10100 111110 101000101 11110 11101

Color Harmonies of #61344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61344E

Black with #61344E

Text Example


Text Example

White with #61344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61344E; }

 p { color: rgb(97,52,78); }

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

background-color css

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

 a { background-color: rgb(97,52,78); }

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

border-color css

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

 span { border-color: rgb(97,52,78); }

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