Html Css Color HEX #72333C Merlot

📋 copy color: '#72333C'

red 114 ◦ green 51 ◦ blue 60

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

Shades of Merlot #72333C

Tints of Merlot #72333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 50.67%
G = 22.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72333C (or 0x72333C) is known color: Merlot. HEX triplet: 72, 33 and 3C. RGB value is (114,51,60). Sum of RGB (Red+Green+Blue) = 114+51+60=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #72333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72333C is #8DCCC3. Grayscale: #464646. Windows color (decimal): -9292996 or 3945330. OLE color: 3945330.

HSL color Cylindrical-coordinate representation of color #72333C: hue angle of 351.43º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72333C is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 51 60 -
CMYK 0 0.55 0.47 0.55
HSL 351.43º 0.38% 0.32% -
HSV(B) 351.43º 0.55% 0.45% -
XYZ 8.94 6.27 5.01 -
YUV 70.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 114 51 60 0 0.55 0.47 0.55 351.43 0.38 0.32
Hex 72 33 3C 0 37 2F 37 15F 26 20
Octal 162 63 74 0 67 57 67 537 46 40
Binary 1110010 110011 111100 0 110111 101111 110111 101011111 100110 100000

Color Harmonies of #72333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72333C

Black with #72333C

Text Example


Text Example

White with #72333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72333C; }

 p { color: rgb(114,51,60); }

 H1.HeaderClassName
 {
   color: #72333C;
 }
 .AnyTagClassName
 {
   color: #72333C;
 }
</style>

background-color css

<style>
 a { background-color: #72333C; }

 a { background-color: rgb(114,51,60); }

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

border-color css

<style>
 span { border-color: #72333C; }

 span { border-color: rgb(114,51,60); }

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