Html Css Color HEX #723638 Merlot

📋 copy color: '#723638'

red 114 ◦ green 54 ◦ blue 56

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

Shades of Merlot #723638

Tints of Merlot #723638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 50.89%
G = 24.11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#723638 (or 0x723638) is known color: Merlot. HEX triplet: 72, 36 and 38. RGB value is (114,54,56). Sum of RGB (Red+Green+Blue) = 114+54+56=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #723638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723638 is #8DC9C7. Grayscale: #484848. Windows color (decimal): -9292232 or 3683954. OLE color: 3683954.

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

Color convert

RGB 114 54 56 -
CMYK 0 0.53 0.51 0.55
HSL 358º 0.36% 0.33% -
HSV(B) 358º 0.53% 0.45% -
XYZ 8.97 6.5 4.52 -
YUV 72.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 114 54 56 0 0.53 0.51 0.55 358 0.36 0.33
Hex 72 36 38 0 35 33 37 166 24 21
Octal 162 66 70 0 65 63 67 546 44 41
Binary 1110010 110110 111000 0 110101 110011 110111 101100110 100100 100001

Color Harmonies of #723638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723638

Black with #723638

Text Example


Text Example

White with #723638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723638; }

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

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

background-color css

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

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

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

border-color css

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

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

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