Html Css Color HEX #723340 Merlot

📋 copy color: '#723340'

red 114 ◦ green 51 ◦ blue 64

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

Shades of Merlot #723340

Tints of Merlot #723340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 49.78%
G = 22.27%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#723340 (or 0x723340) is known color: Merlot. HEX triplet: 72, 33 and 40. RGB value is (114,51,64). Sum of RGB (Red+Green+Blue) = 114+51+64=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #723340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723340 is #8DCCBF. Grayscale: #474747. Windows color (decimal): -9292992 or 4207474. OLE color: 4207474.

HSL color Cylindrical-coordinate representation of color #723340: hue angle of 347.62º 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 #723340 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 64 -
CMYK 0 0.55 0.44 0.55
HSL 347.62º 0.38% 0.32% -
HSV(B) 347.62º 0.55% 0.45% -
XYZ 9.05 6.32 5.59 -
YUV 71.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 114 51 64 0 0.55 0.44 0.55 347.62 0.38 0.32
Hex 72 33 40 0 37 2C 37 15C 26 20
Octal 162 63 100 0 67 54 67 534 46 40
Binary 1110010 110011 1000000 0 110111 101100 110111 101011100 100110 100000

Color Harmonies of #723340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723340

Black with #723340

Text Example


Text Example

White with #723340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723340; }

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

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

background-color css

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

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

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

border-color css

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

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

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