Html Css Color HEX #72373F Merlot

📋 copy color: '#72373F'

red 114 ◦ green 55 ◦ blue 63

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

Shades of Merlot #72373F

Tints of Merlot #72373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.71%

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

R = 49.14%
G = 23.71%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72373F (or 0x72373F) is known color: Merlot. HEX triplet: 72, 37 and 3F. RGB value is (114,55,63). Sum of RGB (Red+Green+Blue) = 114+55+63=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72373F is #8DC8C0. Grayscale: #494949. Windows color (decimal): -9291969 or 4142962. OLE color: 4142962.

HSL color Cylindrical-coordinate representation of color #72373F: hue angle of 351.86º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72373F is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 55 63 -
CMYK 0 0.52 0.45 0.55
HSL 351.86º 0.35% 0.33% -
HSV(B) 351.86º 0.52% 0.45% -
XYZ 9.2 6.67 5.5 -
YUV 73.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 114 55 63 0 0.52 0.45 0.55 351.86 0.35 0.33
Hex 72 37 3F 0 34 2D 37 160 23 21
Octal 162 67 77 0 64 55 67 540 43 41
Binary 1110010 110111 111111 0 110100 101101 110111 101100000 100011 100001

Color Harmonies of #72373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72373F

Black with #72373F

Text Example


Text Example

White with #72373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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