Html Css Color HEX #723738 Merlot

📋 copy color: '#723738'

red 114 ◦ green 55 ◦ blue 56

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

Shades of Merlot #723738

Tints of Merlot #723738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 50.67%
G = 24.44%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#723738 (or 0x723738) is known color: Merlot. HEX triplet: 72, 37 and 38. RGB value is (114,55,56). Sum of RGB (Red+Green+Blue) = 114+55+56=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #723738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723738 is #8DC8C7. Grayscale: #484848. Windows color (decimal): -9291976 or 3684210. OLE color: 3684210.

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

Color convert

RGB 114 55 56 -
CMYK 0 0.52 0.51 0.55
HSL 358.98º 0.35% 0.33% -
HSV(B) 358.98º 0.52% 0.45% -
XYZ 9.02 6.6 4.54 -
YUV 72.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 114 55 56 0 0.52 0.51 0.55 358.98 0.35 0.33
Hex 72 37 38 0 34 33 37 167 23 21
Octal 162 67 70 0 64 63 67 547 43 41
Binary 1110010 110111 111000 0 110100 110011 110111 101100111 100011 100001

Color Harmonies of #723738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723738

Black with #723738

Text Example


Text Example

White with #723738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723738; }

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

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

background-color css

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

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

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

border-color css

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

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

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