#6B2D35

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

Shades of Merlot #6B2D35

Tints of Merlot #6B2D35

Color information

#6B2D35 (or 0x6B2D35) is unknown color: approx Merlot. HEX triplet: 6B, 2D and 35. RGB value is (107,45,53). Sum of RGB (Red+Green+Blue) = 107+45+53=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D35 is #94D2CA. Grayscale: #404040. Windows color (decimal): -9753291 or 3485035. OLE color: 3485035.

HSL color Cylindrical-coordinate representation of color #6B2D35: hue angle of 352.26º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B2D35 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1074553-
CMYK00.580.500.58
HSL352.26º40.79%29.8%-
HSV(B)352.26º57.94%41.96%-
XYZ7.645.263.98-
YUV64.45121.54158.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.20%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=52.20%
G=21.95%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107455300.580.500.58352.2640.7929.8
Hex6B2D3503A323A160291e
Octal153556507262725405136
Binary1101011101101110101011101011001011101010110000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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