Html Css Color HEX #753438 Merlot

📋 copy color: '#753438'

red 117 ◦ green 52 ◦ blue 56

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

Shades of Merlot #753438

Tints of Merlot #753438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 52%
G = 23.11%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#753438 (or 0x753438) is known color: Merlot. HEX triplet: 75, 34 and 38. RGB value is (117,52,56). Sum of RGB (Red+Green+Blue) = 117+52+56=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #753438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753438 is #8ACBC7. Grayscale: #474747. Windows color (decimal): -9096136 or 3683445. OLE color: 3683445.

HSL color Cylindrical-coordinate representation of color #753438: hue angle of 356.31º 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 #753438 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 52 56 -
CMYK 0 0.56 0.52 0.54
HSL 356.31º 0.38% 0.33% -
HSV(B) 356.31º 0.56% 0.46% -
XYZ 9.28 6.52 4.51 -
YUV 71.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 117 52 56 0 0.56 0.52 0.54 356.31 0.38 0.33
Hex 75 34 38 0 38 34 36 164 26 21
Octal 165 64 70 0 70 64 66 544 46 41
Binary 1110101 110100 111000 0 111000 110100 110110 101100100 100110 100001

Color Harmonies of #753438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753438

Black with #753438

Text Example


Text Example

White with #753438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753438; }

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

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

background-color css

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

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

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

border-color css

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

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

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