Html Css Color HEX #753436 Merlot

📋 copy color: '#753436'

red 117 ◦ green 52 ◦ blue 54

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

Shades of Merlot #753436

Tints of Merlot #753436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.32%

 BLUE value IS 54 (21.48% from 255) = 24.22%

R = 52.47%
G = 23.32%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#753436 (or 0x753436) is known color: Merlot. HEX triplet: 75, 34 and 36. RGB value is (117,52,54). Sum of RGB (Red+Green+Blue) = 117+52+54=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753436 is #8ACBC9. Grayscale: #474747. Windows color (decimal): -9096138 or 3552373. OLE color: 3552373.

HSL color Cylindrical-coordinate representation of color #753436: hue angle of 358.15º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753436 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 54 -
CMYK 0 0.56 0.54 0.54
HSL 358.15º 0.38% 0.33% -
HSV(B) 358.15º 0.56% 0.46% -
XYZ 9.23 6.5 4.26 -
YUV 71.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 117 52 54 0 0.56 0.54 0.54 358.15 0.38 0.33
Hex 75 34 36 0 38 36 36 166 26 21
Octal 165 64 66 0 70 66 66 546 46 41
Binary 1110101 110100 110110 0 111000 110110 110110 101100110 100110 100001

Color Harmonies of #753436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753436

Black with #753436

Text Example


Text Example

White with #753436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753436; }

 p { color: rgb(117,52,54); }

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

background-color css

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

 a { background-color: rgb(117,52,54); }

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

border-color css

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

 span { border-color: rgb(117,52,54); }

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