Html Css Color HEX #723341 Merlot

📋 copy color: '#723341'

red 114 ◦ green 51 ◦ blue 65

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

Shades of Merlot #723341

Tints of Merlot #723341

RGB

 RED value IS 114 (44.92% from 255) = 49.57%

 GREEN value IS 51 (20.31% from 255) = 22.17%

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

R = 49.57%
G = 22.17%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#723341 (or 0x723341) is known color: Merlot. HEX triplet: 72, 33 and 41. RGB value is (114,51,65). Sum of RGB (Red+Green+Blue) = 114+51+65=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #723341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723341 is #8DCCBE. Grayscale: #474747. Windows color (decimal): -9292991 or 4273010. OLE color: 4273010.

HSL color Cylindrical-coordinate representation of color #723341: hue angle of 346.67º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #723341 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 65 -
CMYK 0 0.55 0.43 0.55
HSL 346.67º 0.38% 0.32% -
HSV(B) 346.67º 0.55% 0.45% -
XYZ 9.08 6.33 5.74 -
YUV 71.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 114 51 65 0 0.55 0.43 0.55 346.67 0.38 0.32
Hex 72 33 41 0 37 2B 37 15B 26 20
Octal 162 63 101 0 67 53 67 533 46 40
Binary 1110010 110011 1000001 0 110111 101011 110111 101011011 100110 100000

Color Harmonies of #723341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723341

Black with #723341

Text Example


Text Example

White with #723341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723341; }

 p { color: rgb(114,51,65); }

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

background-color css

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

 a { background-color: rgb(114,51,65); }

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

border-color css

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

 span { border-color: rgb(114,51,65); }

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