Html Css Color HEX #72323E Merlot

📋 copy color: '#72323E'

red 114 ◦ green 50 ◦ blue 62

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

Shades of Merlot #72323E

Tints of Merlot #72323E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.43%

R = 50.44%
G = 22.12%
B = 27.43%

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

#72323E (or 0x72323E) is known color: Merlot. HEX triplet: 72, 32 and 3E. RGB value is (114,50,62). Sum of RGB (Red+Green+Blue) = 114+50+62=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72323E is #8DCDC1. Grayscale: #464646. Windows color (decimal): -9293250 or 4076146. OLE color: 4076146.

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

Color convert

RGB 114 50 62 -
CMYK 0 0.56 0.46 0.55
HSL 348.75º 0.39% 0.32% -
HSV(B) 348.75º 0.56% 0.45% -
XYZ 8.95 6.21 5.28 -
YUV 70.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 114 50 62 0 0.56 0.46 0.55 348.75 0.39 0.32
Hex 72 32 3E 0 38 2E 37 15D 27 20
Octal 162 62 76 0 70 56 67 535 47 40
Binary 1110010 110010 111110 0 111000 101110 110111 101011101 100111 100000

Color Harmonies of #72323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72323E

Black with #72323E

Text Example


Text Example

White with #72323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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