Html Css Color HEX #61334D Tawny Port

📋 copy color: '#61334D'

red 97 ◦ green 51 ◦ blue 77

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

Shades of Tawny Port #61334D

Tints of Tawny Port #61334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 43.11%
G = 22.67%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61334D (or 0x61334D) is known color: Tawny Port. HEX triplet: 61, 33 and 4D. RGB value is (97,51,77). Sum of RGB (Red+Green+Blue) = 97+51+77=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61334D is #9ECCB2. Grayscale: #434343. Windows color (decimal): -10407091 or 5059425. OLE color: 5059425.

HSL color Cylindrical-coordinate representation of color #61334D: hue angle of 326.09º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61334D is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 77 -
CMYK 0 0.47 0.21 0.62
HSL 326.09º 0.31% 0.29% -
HSV(B) 326.09º 0.47% 0.38% -
XYZ 7.45 5.44 7.68 -
YUV 67.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 97 51 77 0 0.47 0.21 0.62 326.09 0.31 0.29
Hex 61 33 4D 0 2F 15 3E 146 1F 1D
Octal 141 63 115 0 57 25 76 506 37 35
Binary 1100001 110011 1001101 0 101111 10101 111110 101000110 11111 11101

Color Harmonies of #61334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61334D

Black with #61334D

Text Example


Text Example

White with #61334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61334D; }

 p { color: rgb(97,51,77); }

 H1.HeaderClassName
 {
   color: #61334D;
 }
 .AnyTagClassName
 {
   color: #61334D;
 }
</style>

background-color css

<style>
 a { background-color: #61334D; }

 a { background-color: rgb(97,51,77); }

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

border-color css

<style>
 span { border-color: #61334D; }

 span { border-color: rgb(97,51,77); }

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