#6F2C35

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

Shades of Merlot #6F2C35

Tints of Merlot #6F2C35

Color information

#6F2C35 (or 0x6F2C35) is unknown color: approx Merlot. HEX triplet: 6F, 2C and 35. RGB value is (111,44,53). Sum of RGB (Red+Green+Blue) = 111+44+53=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2C35 is #90D3CA. Grayscale: #414141. Windows color (decimal): -9491403 or 3484783. OLE color: 3484783.

HSL color Cylindrical-coordinate representation of color #6F2C35: hue angle of 351.94º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C35 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1114453-
CMYK00.600.520.56
HSL351.94º43.23%30.39%-
HSV(B)351.94º60.36%43.53%-
XYZ8.15.443.99-
YUV65.06121.2160.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 44 (17.58% from 255) = 21.15%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=53.37%
G=21.15%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111445300.600.520.56351.9443.2330.39
Hex6F2C3503C34381602b1e
Octal157546507464705405336
Binary1101111101100110101011110011010011100010110000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,44,53); }

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

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

 a { background-color: rgb(111,44,53); }

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

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

 span { border-color: rgb(111,44,53); }

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