#6D2D35

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

Shades of Merlot #6D2D35

Tints of Merlot #6D2D35

Color information

#6D2D35 (or 0x6D2D35) is unknown color: approx Merlot. HEX triplet: 6D, 2D and 35. RGB value is (109,45,53). Sum of RGB (Red+Green+Blue) = 109+45+53=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2D35 is #92D2CA. Grayscale: #414141. Windows color (decimal): -9622219 or 3485037. OLE color: 3485037.

HSL color Cylindrical-coordinate representation of color #6D2D35: hue angle of 352.5º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D2D35 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB1094553-
CMYK00.590.510.57
HSL352.5º41.56%30.2%-
HSV(B)352.5º58.72%42.75%-
XYZ7.895.393.99-
YUV65.05121.2159.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.66%
GREEN value IS 45 (17.97% from 255) = 21.74%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=52.66%
G=21.74%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109455300.590.510.57352.541.5630.2
Hex6D2D3503B33391602a1e
Octal155556507363715405236
Binary1101101101101110101011101111001111100110110000010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D2D35; }

 p { color: rgb(109,45,53); }

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

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

 a { background-color: rgb(109,45,53); }

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

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

 span { border-color: rgb(109,45,53); }

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