Html Css Color HEX #732E3D Merlot

📋 copy color: '#732E3D'

red 115 ◦ green 46 ◦ blue 61

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

Shades of Merlot #732E3D

Tints of Merlot #732E3D

RGB

 RED value IS 115 (45.31% from 255) = 51.8%

 GREEN value IS 46 (18.36% from 255) = 20.72%

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

R = 51.8%
G = 20.72%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#732E3D (or 0x732E3D) is known color: Merlot. HEX triplet: 73, 2E and 3D. RGB value is (115,46,61). Sum of RGB (Red+Green+Blue) = 115+46+61=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #732E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E3D is #8CD1C2. Grayscale: #444444. Windows color (decimal): -9228739 or 4009587. OLE color: 4009587.

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

Color convert

RGB 115 46 61 -
CMYK 0 0.6 0.47 0.55
HSL 346.96º 0.43% 0.32% -
HSV(B) 346.96º 0.6% 0.45% -
XYZ 8.89 5.94 5.09 -
YUV 68.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 115 46 61 0 0.6 0.47 0.55 346.96 0.43 0.32
Hex 73 2E 3D 0 3C 2F 37 15B 2B 20
Octal 163 56 75 0 74 57 67 533 53 40
Binary 1110011 101110 111101 0 111100 101111 110111 101011011 101011 100000

Color Harmonies of #732E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732E3D

Black with #732E3D

Text Example


Text Example

White with #732E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732E3D; }

 p { color: rgb(115,46,61); }

 H1.HeaderClassName
 {
   color: #732E3D;
 }
 .AnyTagClassName
 {
   color: #732E3D;
 }
</style>

background-color css

<style>
 a { background-color: #732E3D; }

 a { background-color: rgb(115,46,61); }

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

border-color css

<style>
 span { border-color: #732E3D; }

 span { border-color: rgb(115,46,61); }

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