Html Css Color HEX #723A3B Merlot

📋 copy color: '#723A3B'

red 114 ◦ green 58 ◦ blue 59

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

Shades of Merlot #723A3B

Tints of Merlot #723A3B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.11%

 BLUE value IS 59 (23.44% from 255) = 25.54%

R = 49.35%
G = 25.11%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#723A3B (or 0x723A3B) is known color: Merlot. HEX triplet: 72, 3A and 3B. RGB value is (114,58,59). Sum of RGB (Red+Green+Blue) = 114+58+59=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #723A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A3B is #8DC5C4. Grayscale: #4A4A4A. Windows color (decimal): -9291205 or 3881586. OLE color: 3881586.

HSL color Cylindrical-coordinate representation of color #723A3B: hue angle of 358.93º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #723A3B is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 58 59 -
CMYK 0 0.49 0.48 0.55
HSL 358.93º 0.33% 0.34% -
HSV(B) 358.93º 0.49% 0.45% -
XYZ 9.24 6.92 4.99 -
YUV 74.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 114 58 59 0 0.49 0.48 0.55 358.93 0.33 0.34
Hex 72 3A 3B 0 31 30 37 167 21 22
Octal 162 72 73 0 61 60 67 547 41 42
Binary 1110010 111010 111011 0 110001 110000 110111 101100111 100001 100010

Color Harmonies of #723A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723A3B

Black with #723A3B

Text Example


Text Example

White with #723A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723A3B; }

 p { color: rgb(114,58,59); }

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

background-color css

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

 a { background-color: rgb(114,58,59); }

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

border-color css

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

 span { border-color: rgb(114,58,59); }

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