Html Css Color HEX #722D3A Merlot

📋 copy color: '#722D3A'

red 114 ◦ green 45 ◦ blue 58

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

Shades of Merlot #722D3A

Tints of Merlot #722D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.74%

 BLUE value IS 58 (23.05% from 255) = 26.73%

R = 52.53%
G = 20.74%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#722D3A (or 0x722D3A) is known color: Merlot. HEX triplet: 72, 2D and 3A. RGB value is (114,45,58). Sum of RGB (Red+Green+Blue) = 114+45+58=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #722D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D3A is #8DD2C5. Grayscale: #434343. Windows color (decimal): -9294534 or 3812722. OLE color: 3812722.

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

Color convert

RGB 114 45 58 -
CMYK 0 0.61 0.49 0.55
HSL 348.7º 0.43% 0.31% -
HSV(B) 348.7º 0.61% 0.45% -
XYZ 8.64 5.76 4.66 -
YUV 67.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 114 45 58 0 0.61 0.49 0.55 348.7 0.43 0.31
Hex 72 2D 3A 0 3D 31 37 15D 2B 1F
Octal 162 55 72 0 75 61 67 535 53 37
Binary 1110010 101101 111010 0 111101 110001 110111 101011101 101011 11111

Color Harmonies of #722D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722D3A

Black with #722D3A

Text Example


Text Example

White with #722D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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