Html Css Color HEX #613A48 Tawny Port

📋 copy color: '#613A48'

red 97 ◦ green 58 ◦ blue 72

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

Shades of Tawny Port #613A48

Tints of Tawny Port #613A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.55%

 BLUE value IS 72 (28.52% from 255) = 31.72%

R = 42.73%
G = 25.55%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#613A48 (or 0x613A48) is known color: Tawny Port. HEX triplet: 61, 3A and 48. RGB value is (97,58,72). Sum of RGB (Red+Green+Blue) = 97+58+72=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #613A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A48 is #9EC5B7. Grayscale: #474747. Windows color (decimal): -10405304 or 4733537. OLE color: 4733537.

HSL color Cylindrical-coordinate representation of color #613A48: hue angle of 338.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A48 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 72 -
CMYK 0 0.40 0.26 0.62
HSL 338.46º 0.25% 0.3% -
HSV(B) 338.46º 0.4% 0.38% -
XYZ 7.61 6.04 6.89 -
YUV 71.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 97 58 72 0 0.40 0.26 0.62 338.46 0.25 0.3
Hex 61 3A 48 0 28 1A 3E 152 19 1E
Octal 141 72 110 0 50 32 76 522 31 36
Binary 1100001 111010 1001000 0 101000 11010 111110 101010010 11001 11110

Color Harmonies of #613A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A48

Black with #613A48

Text Example


Text Example

White with #613A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A48; }

 p { color: rgb(97,58,72); }

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

background-color css

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

 a { background-color: rgb(97,58,72); }

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

border-color css

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

 span { border-color: rgb(97,58,72); }

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