Html Css Color HEX #72313B Merlot

📋 copy color: '#72313B'

red 114 ◦ green 49 ◦ blue 59

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

Shades of Merlot #72313B

Tints of Merlot #72313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.07%

 BLUE value IS 59 (23.44% from 255) = 26.58%

R = 51.35%
G = 22.07%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72313B (or 0x72313B) is known color: Merlot. HEX triplet: 72, 31 and 3B. RGB value is (114,49,59). Sum of RGB (Red+Green+Blue) = 114+49+59=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72313B is #8DCEC4. Grayscale: #454545. Windows color (decimal): -9293509 or 3879282. OLE color: 3879282.

HSL color Cylindrical-coordinate representation of color #72313B: hue angle of 350.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72313B is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 49 59 -
CMYK 0 0.57 0.48 0.55
HSL 350.77º 0.4% 0.32% -
HSV(B) 350.77º 0.57% 0.45% -
XYZ 8.83 6.09 4.85 -
YUV 69.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 114 49 59 0 0.57 0.48 0.55 350.77 0.4 0.32
Hex 72 31 3B 0 39 30 37 15F 28 20
Octal 162 61 73 0 71 60 67 537 50 40
Binary 1110010 110001 111011 0 111001 110000 110111 101011111 101000 100000

Color Harmonies of #72313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72313B

Black with #72313B

Text Example


Text Example

White with #72313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72313B; }

 p { color: rgb(114,49,59); }

 H1.HeaderClassName
 {
   color: #72313B;
 }
 .AnyTagClassName
 {
   color: #72313B;
 }
</style>

background-color css

<style>
 a { background-color: #72313B; }

 a { background-color: rgb(114,49,59); }

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

border-color css

<style>
 span { border-color: #72313B; }

 span { border-color: rgb(114,49,59); }

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