Html Css Color HEX #61344A Tawny Port

📋 copy color: '#61344A'

red 97 ◦ green 52 ◦ blue 74

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

Shades of Tawny Port #61344A

Tints of Tawny Port #61344A

RGB

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

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

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

R = 43.5%
G = 23.32%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61344A (or 0x61344A) is known color: Tawny Port. HEX triplet: 61, 34 and 4A. RGB value is (97,52,74). Sum of RGB (Red+Green+Blue) = 97+52+74=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #61344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61344A is #9ECBB5. Grayscale: #434343. Windows color (decimal): -10406838 or 4863073. OLE color: 4863073.

HSL color Cylindrical-coordinate representation of color #61344A: hue angle of 330.67º 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 #61344A is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 74 -
CMYK 0 0.46 0.24 0.62
HSL 330.67º 0.3% 0.29% -
HSV(B) 330.67º 0.46% 0.38% -
XYZ 7.39 5.49 7.15 -
YUV 67.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 97 52 74 0 0.46 0.24 0.62 330.67 0.3 0.29
Hex 61 34 4A 0 2E 18 3E 14B 1E 1D
Octal 141 64 112 0 56 30 76 513 36 35
Binary 1100001 110100 1001010 0 101110 11000 111110 101001011 11110 11101

Color Harmonies of #61344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61344A

Black with #61344A

Text Example


Text Example

White with #61344A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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