Html Css Color HEX #6F2C37 Merlot

📋 copy color: '#6F2C37'

red 111 ◦ green 44 ◦ blue 55

#6F2C37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #6F2C37

Tints of Merlot #6F2C37

RGB

 RED value IS 111 (43.75% from 255) = 52.86%

 GREEN value IS 44 (17.58% from 255) = 20.95%

 BLUE value IS 55 (21.88% from 255) = 26.19%

R = 52.86%
G = 20.95%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F2C37 (or 0x6F2C37) is known color: Merlot. HEX triplet: 6F, 2C and 37. RGB value is (111,44,55). Sum of RGB (Red+Green+Blue) = 111+44+55=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2C37 is #90D3C8. Grayscale: #414141. Windows color (decimal): -9491401 or 3615855. OLE color: 3615855.

HSL color Cylindrical-coordinate representation of color #6F2C37: hue angle of 350.15º 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 #6F2C37 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 44 55 -
CMYK 0 0.60 0.50 0.56
HSL 350.15º 0.43% 0.3% -
HSV(B) 350.15º 0.6% 0.44% -
XYZ 8.15 5.46 4.24 -
YUV 65.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 111 44 55 0 0.60 0.50 0.56 350.15 0.43 0.3
Hex 6F 2C 37 0 3C 32 38 15E 2B 1E
Octal 157 54 67 0 74 62 70 536 53 36
Binary 1101111 101100 110111 0 111100 110010 111000 101011110 101011 11110

Color Harmonies of #6F2C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2C37

Black with #6F2C37

Text Example


Text Example

White with #6F2C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F2C37;
 }
 .AnyTagClassName
 {
   color: #6F2C37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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