Html Css Color HEX #752F3C Merlot

📋 copy color: '#752F3C'

red 117 ◦ green 47 ◦ blue 60

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

Shades of Merlot #752F3C

Tints of Merlot #752F3C

RGB

 RED value IS 117 (46.09% from 255) = 52.23%

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

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

R = 52.23%
G = 20.98%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#752F3C (or 0x752F3C) is known color: Merlot. HEX triplet: 75, 2F and 3C. RGB value is (117,47,60). Sum of RGB (Red+Green+Blue) = 117+47+60=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #752F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F3C is #8AD0C3. Grayscale: #454545. Windows color (decimal): -9097412 or 3944309. OLE color: 3944309.

HSL color Cylindrical-coordinate representation of color #752F3C: hue angle of 348.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F3C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 60 -
CMYK 0 0.60 0.49 0.54
HSL 348.86º 0.43% 0.32% -
HSV(B) 348.86º 0.6% 0.46% -
XYZ 9.17 6.14 4.98 -
YUV 69.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 117 47 60 0 0.60 0.49 0.54 348.86 0.43 0.32
Hex 75 2F 3C 0 3C 31 36 15D 2B 20
Octal 165 57 74 0 74 61 66 535 53 40
Binary 1110101 101111 111100 0 111100 110001 110110 101011101 101011 100000

Color Harmonies of #752F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F3C

Black with #752F3C

Text Example


Text Example

White with #752F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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