Html Css Color HEX #72363F Merlot

📋 copy color: '#72363F'

red 114 ◦ green 54 ◦ blue 63

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

Shades of Merlot #72363F

Tints of Merlot #72363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.38%

 BLUE value IS 63 (25% from 255) = 27.27%

R = 49.35%
G = 23.38%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72363F (or 0x72363F) is known color: Merlot. HEX triplet: 72, 36 and 3F. RGB value is (114,54,63). Sum of RGB (Red+Green+Blue) = 114+54+63=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72363F is #8DC9C0. Grayscale: #484848. Windows color (decimal): -9292225 or 4142706. OLE color: 4142706.

HSL color Cylindrical-coordinate representation of color #72363F: hue angle of 351º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72363F is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 54 63 -
CMYK 0 0.53 0.45 0.55
HSL 351º 0.36% 0.33% -
HSV(B) 351º 0.53% 0.45% -
XYZ 9.16 6.57 5.49 -
YUV 72.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 114 54 63 0 0.53 0.45 0.55 351 0.36 0.33
Hex 72 36 3F 0 35 2D 37 15F 24 21
Octal 162 66 77 0 65 55 67 537 44 41
Binary 1110010 110110 111111 0 110101 101101 110111 101011111 100100 100001

Color Harmonies of #72363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72363F

Black with #72363F

Text Example


Text Example

White with #72363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72363F; }

 p { color: rgb(114,54,63); }

 H1.HeaderClassName
 {
   color: #72363F;
 }
 .AnyTagClassName
 {
   color: #72363F;
 }
</style>

background-color css

<style>
 a { background-color: #72363F; }

 a { background-color: rgb(114,54,63); }

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

border-color css

<style>
 span { border-color: #72363F; }

 span { border-color: rgb(114,54,63); }

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