Html Css Color HEX #72323D Merlot

📋 copy color: '#72323D'

red 114 ◦ green 50 ◦ blue 61

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

Shades of Merlot #72323D

Tints of Merlot #72323D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.11%

R = 50.67%
G = 22.22%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72323D (or 0x72323D) is known color: Merlot. HEX triplet: 72, 32 and 3D. RGB value is (114,50,61). Sum of RGB (Red+Green+Blue) = 114+50+61=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72323D is #8DCDC2. Grayscale: #464646. Windows color (decimal): -9293251 or 4010610. OLE color: 4010610.

HSL color Cylindrical-coordinate representation of color #72323D: hue angle of 349.69º 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 #72323D is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 50 61 -
CMYK 0 0.56 0.46 0.55
HSL 349.69º 0.39% 0.32% -
HSV(B) 349.69º 0.56% 0.45% -
XYZ 8.92 6.2 5.14 -
YUV 70.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 114 50 61 0 0.56 0.46 0.55 349.69 0.39 0.32
Hex 72 32 3D 0 38 2E 37 15E 27 20
Octal 162 62 75 0 70 56 67 536 47 40
Binary 1110010 110010 111101 0 111000 101110 110111 101011110 100111 100000

Color Harmonies of #72323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72323D

Black with #72323D

Text Example


Text Example

White with #72323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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