Html Css Color HEX #72373C Merlot

📋 copy color: '#72373C'

red 114 ◦ green 55 ◦ blue 60

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

Shades of Merlot #72373C

Tints of Merlot #72373C

RGB

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

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

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

R = 49.78%
G = 24.02%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72373C (or 0x72373C) is known color: Merlot. HEX triplet: 72, 37 and 3C. RGB value is (114,55,60). Sum of RGB (Red+Green+Blue) = 114+55+60=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72373C is #8DC8C3. Grayscale: #494949. Windows color (decimal): -9291972 or 3946354. OLE color: 3946354.

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

Color convert

RGB 114 55 60 -
CMYK 0 0.52 0.47 0.55
HSL 354.92º 0.35% 0.33% -
HSV(B) 354.92º 0.52% 0.45% -
XYZ 9.12 6.64 5.08 -
YUV 73.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 114 55 60 0 0.52 0.47 0.55 354.92 0.35 0.33
Hex 72 37 3C 0 34 2F 37 163 23 21
Octal 162 67 74 0 64 57 67 543 43 41
Binary 1110010 110111 111100 0 110100 101111 110111 101100011 100011 100001

Color Harmonies of #72373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72373C

Black with #72373C

Text Example


Text Example

White with #72373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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