Html Css Color HEX #723335 Merlot

📋 copy color: '#723335'

red 114 ◦ green 51 ◦ blue 53

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

Shades of Merlot #723335

Tints of Merlot #723335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 52.29%
G = 23.39%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#723335 (or 0x723335) is known color: Merlot. HEX triplet: 72, 33 and 35. RGB value is (114,51,53). Sum of RGB (Red+Green+Blue) = 114+51+53=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #723335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723335 is #8DCCCA. Grayscale: #464646. Windows color (decimal): -9293003 or 3486578. OLE color: 3486578.

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

Color convert

RGB 114 51 53 -
CMYK 0 0.55 0.54 0.55
HSL 358.1º 0.38% 0.32% -
HSV(B) 358.1º 0.55% 0.45% -
XYZ 8.77 6.2 4.1 -
YUV 70.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 114 51 53 0 0.55 0.54 0.55 358.1 0.38 0.32
Hex 72 33 35 0 37 36 37 166 26 20
Octal 162 63 65 0 67 66 67 546 46 40
Binary 1110010 110011 110101 0 110111 110110 110111 101100110 100110 100000

Color Harmonies of #723335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723335

Black with #723335

Text Example


Text Example

White with #723335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723335; }

 p { color: rgb(114,51,53); }

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

background-color css

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

 a { background-color: rgb(114,51,53); }

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

border-color css

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

 span { border-color: rgb(114,51,53); }

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