Html Css Color HEX #72323B Merlot

📋 copy color: '#72323B'

red 114 ◦ green 50 ◦ blue 59

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

Shades of Merlot #72323B

Tints of Merlot #72323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

 BLUE value IS 59 (23.44% from 255) = 26.46%

R = 51.12%
G = 22.42%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#72323B (or 0x72323B) is known color: Merlot. HEX triplet: 72, 32 and 3B. RGB value is (114,50,59). Sum of RGB (Red+Green+Blue) = 114+50+59=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72323B is #8DCDC4. Grayscale: #464646. Windows color (decimal): -9293253 or 3879538. OLE color: 3879538.

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

Color convert

RGB 114 50 59 -
CMYK 0 0.56 0.48 0.55
HSL 351.56º 0.39% 0.32% -
HSV(B) 351.56º 0.56% 0.45% -
XYZ 8.87 6.17 4.86 -
YUV 70.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 114 50 59 0 0.56 0.48 0.55 351.56 0.39 0.32
Hex 72 32 3B 0 38 30 37 160 27 20
Octal 162 62 73 0 70 60 67 540 47 40
Binary 1110010 110010 111011 0 111000 110000 110111 101100000 100111 100000

Color Harmonies of #72323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72323B

Black with #72323B

Text Example


Text Example

White with #72323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72323B; }

 p { color: rgb(114,50,59); }

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

background-color css

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

 a { background-color: rgb(114,50,59); }

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

border-color css

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

 span { border-color: rgb(114,50,59); }

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