Html Css Color HEX #613444 Tawny Port

📋 copy color: '#613444'

red 97 ◦ green 52 ◦ blue 68

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

Shades of Tawny Port #613444

Tints of Tawny Port #613444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 44.7%
G = 23.96%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#613444 (or 0x613444) is known color: Tawny Port. HEX triplet: 61, 34 and 44. RGB value is (97,52,68). Sum of RGB (Red+Green+Blue) = 97+52+68=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613444 is #9ECBBB. Grayscale: #434343. Windows color (decimal): -10406844 or 4469857. OLE color: 4469857.

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

Color convert

RGB 97 52 68 -
CMYK 0 0.46 0.30 0.62
HSL 338.67º 0.3% 0.29% -
HSV(B) 338.67º 0.46% 0.38% -
XYZ 7.2 5.41 6.13 -
YUV 67.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 97 52 68 0 0.46 0.30 0.62 338.67 0.3 0.29
Hex 61 34 44 0 2E 1E 3E 153 1E 1D
Octal 141 64 104 0 56 36 76 523 36 35
Binary 1100001 110100 1000100 0 101110 11110 111110 101010011 11110 11101

Color Harmonies of #613444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613444

Black with #613444

Text Example


Text Example

White with #613444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613444; }

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

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

background-color css

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

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

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

border-color css

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

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

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