Html Css Color HEX #613244 Tawny Port

📋 copy color: '#613244'

red 97 ◦ green 50 ◦ blue 68

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

Shades of Tawny Port #613244

Tints of Tawny Port #613244

RGB

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

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

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

R = 45.12%
G = 23.26%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#613244 (or 0x613244) is known color: Tawny Port. HEX triplet: 61, 32 and 44. RGB value is (97,50,68). Sum of RGB (Red+Green+Blue) = 97+50+68=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #613244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613244 is #9ECDBB. Grayscale: #424242. Windows color (decimal): -10407356 or 4469345. OLE color: 4469345.

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

Color convert

RGB 97 50 68 -
CMYK 0 0.48 0.30 0.62
HSL 337.02º 0.32% 0.29% -
HSV(B) 337.02º 0.48% 0.38% -
XYZ 7.11 5.24 6.11 -
YUV 66.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 97 50 68 0 0.48 0.30 0.62 337.02 0.32 0.29
Hex 61 32 44 0 30 1E 3E 151 20 1D
Octal 141 62 104 0 60 36 76 521 40 35
Binary 1100001 110010 1000100 0 110000 11110 111110 101010001 100000 11101

Color Harmonies of #613244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613244

Black with #613244

Text Example


Text Example

White with #613244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613244; }

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

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

background-color css

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

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

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

border-color css

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

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

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