Html Css Color HEX #6F2F37 Merlot

📋 copy color: '#6F2F37'

red 111 ◦ green 47 ◦ blue 55

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

Shades of Merlot #6F2F37

Tints of Merlot #6F2F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.07%

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

R = 52.11%
G = 22.07%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#6F2F37 (or 0x6F2F37) is known color: Merlot. HEX triplet: 6F, 2F and 37. RGB value is (111,47,55). Sum of RGB (Red+Green+Blue) = 111+47+55=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2F37 is #90D0C8. Grayscale: #434343. Windows color (decimal): -9490633 or 3616623. OLE color: 3616623.

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

Color convert

RGB 111 47 55 -
CMYK 0 0.58 0.50 0.56
HSL 352.5º 0.41% 0.31% -
HSV(B) 352.5º 0.58% 0.44% -
XYZ 8.26 5.69 4.28 -
YUV 67.05 121.2 159.35 -
System Red Green Blue C M Y K H S L
Decimal 111 47 55 0 0.58 0.50 0.56 352.5 0.41 0.31
Hex 6F 2F 37 0 3A 32 38 160 29 1F
Octal 157 57 67 0 72 62 70 540 51 37
Binary 1101111 101111 110111 0 111010 110010 111000 101100000 101001 11111

Color Harmonies of #6F2F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F37

Black with #6F2F37

Text Example


Text Example

White with #6F2F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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