Html Css Color HEX #72383D Merlot

📋 copy color: '#72383D'

red 114 ◦ green 56 ◦ blue 61

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

Shades of Merlot #72383D

Tints of Merlot #72383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.41%

R = 49.35%
G = 24.24%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#72383D (or 0x72383D) is known color: Merlot. HEX triplet: 72, 38 and 3D. RGB value is (114,56,61). Sum of RGB (Red+Green+Blue) = 114+56+61=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72383D is #8DC7C2. Grayscale: #494949. Windows color (decimal): -9291715 or 4012146. OLE color: 4012146.

HSL color Cylindrical-coordinate representation of color #72383D: hue angle of 354.83º 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 #72383D is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 56 61 -
CMYK 0 0.51 0.46 0.55
HSL 354.83º 0.34% 0.33% -
HSV(B) 354.83º 0.51% 0.45% -
XYZ 9.2 6.74 5.23 -
YUV 73.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 114 56 61 0 0.51 0.46 0.55 354.83 0.34 0.33
Hex 72 38 3D 0 33 2E 37 163 22 21
Octal 162 70 75 0 63 56 67 543 42 41
Binary 1110010 111000 111101 0 110011 101110 110111 101100011 100010 100001

Color Harmonies of #72383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72383D

Black with #72383D

Text Example


Text Example

White with #72383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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