Html Css Color HEX #752F3E Merlot

📋 copy color: '#752F3E'

red 117 ◦ green 47 ◦ blue 62

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

Shades of Merlot #752F3E

Tints of Merlot #752F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.43%

R = 51.77%
G = 20.8%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#752F3E (or 0x752F3E) is known color: Merlot. HEX triplet: 75, 2F and 3E. RGB value is (117,47,62). Sum of RGB (Red+Green+Blue) = 117+47+62=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #752F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F3E is #8AD0C1. Grayscale: #454545. Windows color (decimal): -9097410 or 4075381. OLE color: 4075381.

HSL color Cylindrical-coordinate representation of color #752F3E: hue angle of 347.14º 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 #752F3E is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 62 -
CMYK 0 0.60 0.47 0.54
HSL 347.14º 0.43% 0.32% -
HSV(B) 347.14º 0.6% 0.46% -
XYZ 9.22 6.16 5.26 -
YUV 69.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 117 47 62 0 0.60 0.47 0.54 347.14 0.43 0.32
Hex 75 2F 3E 0 3C 2F 36 15B 2B 20
Octal 165 57 76 0 74 57 66 533 53 40
Binary 1110101 101111 111110 0 111100 101111 110110 101011011 101011 100000

Color Harmonies of #752F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F3E

Black with #752F3E

Text Example


Text Example

White with #752F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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