Html Css Color HEX #723239 Merlot

📋 copy color: '#723239'

red 114 ◦ green 50 ◦ blue 57

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

Shades of Merlot #723239

Tints of Merlot #723239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 57 (22.66% from 255) = 25.79%

R = 51.58%
G = 22.62%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#723239 (or 0x723239) is known color: Merlot. HEX triplet: 72, 32 and 39. RGB value is (114,50,57). Sum of RGB (Red+Green+Blue) = 114+50+57=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #723239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723239 is #8DCDC6. Grayscale: #454545. Windows color (decimal): -9293255 or 3748466. OLE color: 3748466.

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

Color convert

RGB 114 50 57 -
CMYK 0 0.56 0.50 0.55
HSL 353.44º 0.39% 0.32% -
HSV(B) 353.44º 0.56% 0.45% -
XYZ 8.82 6.15 4.59 -
YUV 69.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 114 50 57 0 0.56 0.50 0.55 353.44 0.39 0.32
Hex 72 32 39 0 38 32 37 161 27 20
Octal 162 62 71 0 70 62 67 541 47 40
Binary 1110010 110010 111001 0 111000 110010 110111 101100001 100111 100000

Color Harmonies of #723239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723239

Black with #723239

Text Example


Text Example

White with #723239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723239; }

 p { color: rgb(114,50,57); }

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

background-color css

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

 a { background-color: rgb(114,50,57); }

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

border-color css

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

 span { border-color: rgb(114,50,57); }

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