Html Css Color HEX #61324E Tawny Port

📋 copy color: '#61324E'

red 97 ◦ green 50 ◦ blue 78

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

Shades of Tawny Port #61324E

Tints of Tawny Port #61324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.22%

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

R = 43.11%
G = 22.22%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61324E (or 0x61324E) is known color: Tawny Port. HEX triplet: 61, 32 and 4E. RGB value is (97,50,78). Sum of RGB (Red+Green+Blue) = 97+50+78=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61324E is #9ECDB1. Grayscale: #434343. Windows color (decimal): -10407346 or 5124705. OLE color: 5124705.

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

Color convert

RGB 97 50 78 -
CMYK 0 0.48 0.20 0.62
HSL 324.26º 0.32% 0.29% -
HSV(B) 324.26º 0.48% 0.38% -
XYZ 7.45 5.37 7.85 -
YUV 67.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 97 50 78 0 0.48 0.20 0.62 324.26 0.32 0.29
Hex 61 32 4E 0 30 14 3E 144 20 1D
Octal 141 62 116 0 60 24 76 504 40 35
Binary 1100001 110010 1001110 0 110000 10100 111110 101000100 100000 11101

Color Harmonies of #61324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61324E

Black with #61324E

Text Example


Text Example

White with #61324E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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