Html Css Color HEX #6F3441 Merlot

📋 copy color: '#6F3441'

red 111 ◦ green 52 ◦ blue 65

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

Shades of Merlot #6F3441

Tints of Merlot #6F3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.81%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 48.68%
G = 22.81%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F3441 (or 0x6F3441) is known color: Merlot. HEX triplet: 6F, 34 and 41. RGB value is (111,52,65). Sum of RGB (Red+Green+Blue) = 111+52+65=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3441 is #90CBBE. Grayscale: #474747. Windows color (decimal): -9489343 or 4273263. OLE color: 4273263.

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

Color convert

RGB 111 52 65 -
CMYK 0 0.53 0.41 0.56
HSL 346.78º 0.36% 0.32% -
HSV(B) 346.78º 0.53% 0.44% -
XYZ 8.74 6.22 5.74 -
YUV 71.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 111 52 65 0 0.53 0.41 0.56 346.78 0.36 0.32
Hex 6F 34 41 0 35 29 38 15B 24 20
Octal 157 64 101 0 65 51 70 533 44 40
Binary 1101111 110100 1000001 0 110101 101001 111000 101011011 100100 100000

Color Harmonies of #6F3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3441

Black with #6F3441

Text Example


Text Example

White with #6F3441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,52,65); }

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

background-color css

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

 a { background-color: rgb(111,52,65); }

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

border-color css

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

 span { border-color: rgb(111,52,65); }

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