Html Css Color HEX #72393C Merlot

📋 copy color: '#72393C'

red 114 ◦ green 57 ◦ blue 60

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

Shades of Merlot #72393C

Tints of Merlot #72393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.97%

R = 49.35%
G = 24.68%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72393C (or 0x72393C) is known color: Merlot. HEX triplet: 72, 39 and 3C. RGB value is (114,57,60). Sum of RGB (Red+Green+Blue) = 114+57+60=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72393C is #8DC6C3. Grayscale: #4A4A4A. Windows color (decimal): -9291460 or 3946866. OLE color: 3946866.

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

Color convert

RGB 114 57 60 -
CMYK 0 0.50 0.47 0.55
HSL 356.84º 0.33% 0.34% -
HSV(B) 356.84º 0.5% 0.45% -
XYZ 9.22 6.83 5.11 -
YUV 74.39 119.88 156.26 -
System Red Green Blue C M Y K H S L
Decimal 114 57 60 0 0.50 0.47 0.55 356.84 0.33 0.34
Hex 72 39 3C 0 32 2F 37 165 21 22
Octal 162 71 74 0 62 57 67 545 41 42
Binary 1110010 111001 111100 0 110010 101111 110111 101100101 100001 100010

Color Harmonies of #72393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72393C

Black with #72393C

Text Example


Text Example

White with #72393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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