#613A3F

Color #613A3F Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #613A3F

Tints of Merlot #613A3F

Color information

#613A3F (or 0x613A3F) is unknown color: approx 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

RGB975863-
CMYK00.400.350.62
HSL352.31º25.16%30.39%-
HSV(B)352.31º40.21%38.04%-
XYZ7.345.935.46-
YUV70.23123.92147.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 63 (25% from 255) = 28.90%
R=44.50%
G=26.61%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97586300.400.350.62352.3125.1630.39
Hex613A3F028233E160191e
Octal141727705043765403136
Binary110000111101011111101010001000111111101011000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>