Html Css Color HEX #72393E Merlot

📋 copy color: '#72393E'

red 114 ◦ green 57 ◦ blue 62

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

Shades of Merlot #72393E

Tints of Merlot #72393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.46%

 BLUE value IS 62 (24.61% from 255) = 26.61%

R = 48.93%
G = 24.46%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72393E (or 0x72393E) is known color: Merlot. HEX triplet: 72, 39 and 3E. RGB value is (114,57,62). Sum of RGB (Red+Green+Blue) = 114+57+62=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #72393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72393E is #8DC6C1. Grayscale: #4A4A4A. Windows color (decimal): -9291458 or 4077938. OLE color: 4077938.

HSL color Cylindrical-coordinate representation of color #72393E: hue angle of 354.74º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72393E is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 57 62 -
CMYK 0 0.50 0.46 0.55
HSL 354.74º 0.33% 0.34% -
HSV(B) 354.74º 0.5% 0.45% -
XYZ 9.27 6.85 5.39 -
YUV 74.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 114 57 62 0 0.50 0.46 0.55 354.74 0.33 0.34
Hex 72 39 3E 0 32 2E 37 163 21 22
Octal 162 71 76 0 62 56 67 543 41 42
Binary 1110010 111001 111110 0 110010 101110 110111 101100011 100001 100010

Color Harmonies of #72393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72393E

Black with #72393E

Text Example


Text Example

White with #72393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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