Html Css Color HEX #753339 Merlot

📋 copy color: '#753339'

red 117 ◦ green 51 ◦ blue 57

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

Shades of Merlot #753339

Tints of Merlot #753339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

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

R = 52%
G = 22.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#753339 (or 0x753339) is known color: Merlot. HEX triplet: 75, 33 and 39. RGB value is (117,51,57). Sum of RGB (Red+Green+Blue) = 117+51+57=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #753339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753339 is #8ACCC6. Grayscale: #474747. Windows color (decimal): -9096391 or 3748725. OLE color: 3748725.

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

Color convert

RGB 117 51 57 -
CMYK 0 0.56 0.51 0.54
HSL 354.55º 0.39% 0.33% -
HSV(B) 354.55º 0.56% 0.46% -
XYZ 9.26 6.44 4.63 -
YUV 71.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 117 51 57 0 0.56 0.51 0.54 354.55 0.39 0.33
Hex 75 33 39 0 38 33 36 163 27 21
Octal 165 63 71 0 70 63 66 543 47 41
Binary 1110101 110011 111001 0 111000 110011 110110 101100011 100111 100001

Color Harmonies of #753339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753339

Black with #753339

Text Example


Text Example

White with #753339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753339; }

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

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

background-color css

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

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

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

border-color css

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

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

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