Html Css Color HEX #72373D Merlot

📋 copy color: '#72373D'

red 114 ◦ green 55 ◦ blue 61

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

Shades of Merlot #72373D

Tints of Merlot #72373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.52%

R = 49.57%
G = 23.91%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72373D (or 0x72373D) is known color: Merlot. HEX triplet: 72, 37 and 3D. RGB value is (114,55,61). Sum of RGB (Red+Green+Blue) = 114+55+61=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72373D is #8DC8C2. Grayscale: #494949. Windows color (decimal): -9291971 or 4011890. OLE color: 4011890.

HSL color Cylindrical-coordinate representation of color #72373D: hue angle of 353.9º 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 #72373D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 55 61 -
CMYK 0 0.52 0.46 0.55
HSL 353.9º 0.35% 0.33% -
HSV(B) 353.9º 0.52% 0.45% -
XYZ 9.15 6.65 5.22 -
YUV 73.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 114 55 61 0 0.52 0.46 0.55 353.9 0.35 0.33
Hex 72 37 3D 0 34 2E 37 162 23 21
Octal 162 67 75 0 64 56 67 542 43 41
Binary 1110010 110111 111101 0 110100 101110 110111 101100010 100011 100001

Color Harmonies of #72373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72373D

Black with #72373D

Text Example


Text Example

White with #72373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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