Html Css Color HEX #72353A Merlot

📋 copy color: '#72353A'

red 114 ◦ green 53 ◦ blue 58

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

Shades of Merlot #72353A

Tints of Merlot #72353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.56%

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 50.67%
G = 23.56%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72353A (or 0x72353A) is known color: Merlot. HEX triplet: 72, 35 and 3A. RGB value is (114,53,58). Sum of RGB (Red+Green+Blue) = 114+53+58=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72353A is #8DCAC5. Grayscale: #474747. Windows color (decimal): -9292486 or 3814770. OLE color: 3814770.

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

Color convert

RGB 114 53 58 -
CMYK 0 0.54 0.49 0.55
HSL 355.08º 0.37% 0.33% -
HSV(B) 355.08º 0.54% 0.45% -
XYZ 8.98 6.43 4.77 -
YUV 71.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 114 53 58 0 0.54 0.49 0.55 355.08 0.37 0.33
Hex 72 35 3A 0 36 31 37 163 25 21
Octal 162 65 72 0 66 61 67 543 45 41
Binary 1110010 110101 111010 0 110110 110001 110111 101100011 100101 100001

Color Harmonies of #72353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72353A

Black with #72353A

Text Example


Text Example

White with #72353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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