Html Css Color HEX #75393E Merlot

📋 copy color: '#75393E'

red 117 ◦ green 57 ◦ blue 62

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

Shades of Merlot #75393E

Tints of Merlot #75393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.15%

 BLUE value IS 62 (24.61% from 255) = 26.27%

R = 49.58%
G = 24.15%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75393E (or 0x75393E) is known color: Merlot. HEX triplet: 75, 39 and 3E. RGB value is (117,57,62). Sum of RGB (Red+Green+Blue) = 117+57+62=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #75393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75393E is #8AC6C1. Grayscale: #4B4B4B. Windows color (decimal): -9094850 or 4077941. OLE color: 4077941.

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

Color convert

RGB 117 57 62 -
CMYK 0 0.51 0.47 0.54
HSL 355º 0.34% 0.34% -
HSV(B) 355º 0.51% 0.46% -
XYZ 9.67 7.06 5.41 -
YUV 75.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 117 57 62 0 0.51 0.47 0.54 355 0.34 0.34
Hex 75 39 3E 0 33 2F 36 163 22 22
Octal 165 71 76 0 63 57 66 543 42 42
Binary 1110101 111001 111110 0 110011 101111 110110 101100011 100010 100010

Color Harmonies of #75393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75393E

Black with #75393E

Text Example


Text Example

White with #75393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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