Html Css Color HEX #613A3F Merlot

📋 copy color: '#613A3F'

red 97 ◦ green 58 ◦ blue 63

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

Shades of Merlot #613A3F

Tints of Merlot #613A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.9%

R = 44.5%
G = 26.61%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#613A3F (or 0x613A3F) is known color: Merlot. HEX triplet: 61, 3A and 3F. RGB value is (97,58,63). Sum of RGB (Red+Green+Blue) = 97+58+63=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #613A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A3F is #9EC5C0. Grayscale: #464646. Windows color (decimal): -10405313 or 4143713. OLE color: 4143713.

HSL color Cylindrical-coordinate representation of color #613A3F: hue angle of 352.31º 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 #613A3F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 63 -
CMYK 0 0.40 0.35 0.62
HSL 352.31º 0.25% 0.3% -
HSV(B) 352.31º 0.4% 0.38% -
XYZ 7.34 5.93 5.46 -
YUV 70.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 97 58 63 0 0.40 0.35 0.62 352.31 0.25 0.3
Hex 61 3A 3F 0 28 23 3E 160 19 1E
Octal 141 72 77 0 50 43 76 540 31 36
Binary 1100001 111010 111111 0 101000 100011 111110 101100000 11001 11110

Color Harmonies of #613A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A3F

Black with #613A3F

Text Example


Text Example

White with #613A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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