Html Css Color HEX #723441 Merlot

📋 copy color: '#723441'

red 114 ◦ green 52 ◦ blue 65

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

Shades of Merlot #723441

Tints of Merlot #723441

RGB

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

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

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

R = 49.35%
G = 22.51%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#723441 (or 0x723441) is known color: Merlot. HEX triplet: 72, 34 and 41. RGB value is (114,52,65). Sum of RGB (Red+Green+Blue) = 114+52+65=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #723441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723441 is #8DCBBE. Grayscale: #484848. Windows color (decimal): -9292735 or 4273266. OLE color: 4273266.

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

Color convert

RGB 114 52 65 -
CMYK 0 0.54 0.43 0.55
HSL 347.42º 0.37% 0.33% -
HSV(B) 347.42º 0.54% 0.45% -
XYZ 9.12 6.42 5.76 -
YUV 72.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 114 52 65 0 0.54 0.43 0.55 347.42 0.37 0.33
Hex 72 34 41 0 36 2B 37 15B 25 21
Octal 162 64 101 0 66 53 67 533 45 41
Binary 1110010 110100 1000001 0 110110 101011 110111 101011011 100101 100001

Color Harmonies of #723441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723441

Black with #723441

Text Example


Text Example

White with #723441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723441; }

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

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

background-color css

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

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

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

border-color css

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

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

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