Html Css Color HEX #72383C Merlot

📋 copy color: '#72383C'

red 114 ◦ green 56 ◦ blue 60

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

Shades of Merlot #72383C

Tints of Merlot #72383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

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

R = 49.57%
G = 24.35%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72383C (or 0x72383C) is known color: Merlot. HEX triplet: 72, 38 and 3C. RGB value is (114,56,60). Sum of RGB (Red+Green+Blue) = 114+56+60=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72383C is #8DC7C3. Grayscale: #494949. Windows color (decimal): -9291716 or 3946610. OLE color: 3946610.

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

Color convert

RGB 114 56 60 -
CMYK 0 0.51 0.47 0.55
HSL 355.86º 0.34% 0.33% -
HSV(B) 355.86º 0.51% 0.45% -
XYZ 9.17 6.73 5.09 -
YUV 73.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 114 56 60 0 0.51 0.47 0.55 355.86 0.34 0.33
Hex 72 38 3C 0 33 2F 37 164 22 21
Octal 162 70 74 0 63 57 67 544 42 41
Binary 1110010 111000 111100 0 110011 101111 110111 101100100 100010 100001

Color Harmonies of #72383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72383C

Black with #72383C

Text Example


Text Example

White with #72383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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