Html Css Color HEX #72303E Merlot

📋 copy color: '#72303E'

red 114 ◦ green 48 ◦ blue 62

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

Shades of Merlot #72303E

Tints of Merlot #72303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 50.89%
G = 21.43%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72303E (or 0x72303E) is known color: Merlot. HEX triplet: 72, 30 and 3E. RGB value is (114,48,62). Sum of RGB (Red+Green+Blue) = 114+48+62=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72303E is #8DCFC1. Grayscale: #454545. Windows color (decimal): -9293762 or 4075634. OLE color: 4075634.

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

Color convert

RGB 114 48 62 -
CMYK 0 0.58 0.46 0.55
HSL 347.27º 0.41% 0.32% -
HSV(B) 347.27º 0.58% 0.45% -
XYZ 8.87 6.04 5.26 -
YUV 69.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 114 48 62 0 0.58 0.46 0.55 347.27 0.41 0.32
Hex 72 30 3E 0 3A 2E 37 15B 29 20
Octal 162 60 76 0 72 56 67 533 51 40
Binary 1110010 110000 111110 0 111010 101110 110111 101011011 101001 100000

Color Harmonies of #72303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72303E

Black with #72303E

Text Example


Text Example

White with #72303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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