Html Css Color HEX #72393F Merlot

📋 copy color: '#72393F'

red 114 ◦ green 57 ◦ blue 63

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

Shades of Merlot #72393F

Tints of Merlot #72393F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.92%

R = 48.72%
G = 24.36%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72393F (or 0x72393F) is known color: Merlot. HEX triplet: 72, 39 and 3F. RGB value is (114,57,63). Sum of RGB (Red+Green+Blue) = 114+57+63=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #72393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72393F is #8DC6C0. Grayscale: #4A4A4A. Windows color (decimal): -9291457 or 4143474. OLE color: 4143474.

HSL color Cylindrical-coordinate representation of color #72393F: hue angle of 353.68º 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 #72393F is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 57 63 -
CMYK 0 0.50 0.45 0.55
HSL 353.68º 0.33% 0.34% -
HSV(B) 353.68º 0.5% 0.45% -
XYZ 9.3 6.86 5.54 -
YUV 74.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 114 57 63 0 0.50 0.45 0.55 353.68 0.33 0.34
Hex 72 39 3F 0 32 2D 37 162 21 22
Octal 162 71 77 0 62 55 67 542 41 42
Binary 1110010 111001 111111 0 110010 101101 110111 101100010 100001 100010

Color Harmonies of #72393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72393F

Black with #72393F

Text Example


Text Example

White with #72393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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