Html Css Color HEX #732F3C Merlot

📋 copy color: '#732F3C'

red 115 ◦ green 47 ◦ blue 60

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

Shades of Merlot #732F3C

Tints of Merlot #732F3C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.17%

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

R = 51.8%
G = 21.17%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#732F3C (or 0x732F3C) is known color: Merlot. HEX triplet: 73, 2F and 3C. RGB value is (115,47,60). Sum of RGB (Red+Green+Blue) = 115+47+60=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #732F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F3C is #8CD0C3. Grayscale: #444444. Windows color (decimal): -9228484 or 3944307. OLE color: 3944307.

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

Color convert

RGB 115 47 60 -
CMYK 0 0.59 0.48 0.55
HSL 348.53º 0.42% 0.32% -
HSV(B) 348.53º 0.59% 0.45% -
XYZ 8.9 6 4.96 -
YUV 68.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 115 47 60 0 0.59 0.48 0.55 348.53 0.42 0.32
Hex 73 2F 3C 0 3B 30 37 15D 2A 20
Octal 163 57 74 0 73 60 67 535 52 40
Binary 1110011 101111 111100 0 111011 110000 110111 101011101 101010 100000

Color Harmonies of #732F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732F3C

Black with #732F3C

Text Example


Text Example

White with #732F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,47,60); }

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

background-color css

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

 a { background-color: rgb(115,47,60); }

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

border-color css

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

 span { border-color: rgb(115,47,60); }

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