#61383D

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

Shades of Merlot #61383D

Tints of Merlot #61383D

Color information

#61383D (or 0x61383D) is unknown color: approx Merlot. HEX triplet: 61, 38 and 3D. RGB value is (97,56,61). Sum of RGB (Red+Green+Blue) = 97+56+61=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61383D is #9EC7C2. Grayscale: #444444. Windows color (decimal): -10405827 or 4012129. OLE color: 4012129.

HSL color Cylindrical-coordinate representation of color #61383D: hue angle of 352.68º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61383D is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB975661-
CMYK00.420.370.62
HSL352.68º26.8%30%-
HSV(B)352.68º42.27%38.04%-
XYZ7.195.715.14-
YUV68.83123.58148.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=45.33%
G=26.17%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97566100.420.370.62352.6826.830
Hex61383D02A253E1611b1e
Octal141707505245765413336
Binary110000111100011110101010101001011111101011000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61383D; }

 p { color: rgb(97,56,61); }

 H1.HeaderClassName
 {
   color: #61383D;
 }
 .AnyTagClassName
 {
   color: #61383D;
 }
</style>
background-color css

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

 a { background-color: rgb(97,56,61); }

 div.DivClassName
 {
   background-color: #61383D;
 }
 .BgClassName
 {
   background-color: #61383D;
 }
</style>
border-color css

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

 span { border-color: rgb(97,56,61); }

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