Html Css Color HEX #753239 Merlot

📋 copy color: '#753239'

red 117 ◦ green 50 ◦ blue 57

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

Shades of Merlot #753239

Tints of Merlot #753239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

 BLUE value IS 57 (22.66% from 255) = 25.45%

R = 52.23%
G = 22.32%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#753239 (or 0x753239) is known color: Merlot. HEX triplet: 75, 32 and 39. RGB value is (117,50,57). Sum of RGB (Red+Green+Blue) = 117+50+57=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #753239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753239 is #8ACDC6. Grayscale: #464646. Windows color (decimal): -9096647 or 3748469. OLE color: 3748469.

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

Color convert

RGB 117 50 57 -
CMYK 0 0.57 0.51 0.54
HSL 353.73º 0.4% 0.33% -
HSV(B) 353.73º 0.57% 0.46% -
XYZ 9.22 6.36 4.61 -
YUV 70.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 117 50 57 0 0.57 0.51 0.54 353.73 0.4 0.33
Hex 75 32 39 0 39 33 36 162 28 21
Octal 165 62 71 0 71 63 66 542 50 41
Binary 1110101 110010 111001 0 111001 110011 110110 101100010 101000 100001

Color Harmonies of #753239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753239

Black with #753239

Text Example


Text Example

White with #753239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753239; }

 p { color: rgb(117,50,57); }

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

background-color css

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

 a { background-color: rgb(117,50,57); }

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

border-color css

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

 span { border-color: rgb(117,50,57); }

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