Html Css Color HEX #752F3B Merlot

📋 copy color: '#752F3B'

red 117 ◦ green 47 ◦ blue 59

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

Shades of Merlot #752F3B

Tints of Merlot #752F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.46%

R = 52.47%
G = 21.08%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#752F3B (or 0x752F3B) is known color: Merlot. HEX triplet: 75, 2F and 3B. RGB value is (117,47,59). Sum of RGB (Red+Green+Blue) = 117+47+59=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #752F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F3B is #8AD0C4. Grayscale: #454545. Windows color (decimal): -9097413 or 3878773. OLE color: 3878773.

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

Color convert

RGB 117 47 59 -
CMYK 0 0.60 0.50 0.54
HSL 349.71º 0.43% 0.32% -
HSV(B) 349.71º 0.6% 0.46% -
XYZ 9.14 6.13 4.84 -
YUV 69.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 117 47 59 0 0.60 0.50 0.54 349.71 0.43 0.32
Hex 75 2F 3B 0 3C 32 36 15E 2B 20
Octal 165 57 73 0 74 62 66 536 53 40
Binary 1110101 101111 111011 0 111100 110010 110110 101011110 101011 100000

Color Harmonies of #752F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F3B

Black with #752F3B

Text Example


Text Example

White with #752F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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