Html Css Color HEX #75313C Merlot

📋 copy color: '#75313C'

red 117 ◦ green 49 ◦ blue 60

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

Shades of Merlot #75313C

Tints of Merlot #75313C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.68%

 BLUE value IS 60 (23.83% from 255) = 26.55%

R = 51.77%
G = 21.68%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75313C (or 0x75313C) is known color: Merlot. HEX triplet: 75, 31 and 3C. RGB value is (117,49,60). Sum of RGB (Red+Green+Blue) = 117+49+60=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75313C is #8ACEC3. Grayscale: #464646. Windows color (decimal): -9096900 or 3944821. OLE color: 3944821.

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

Color convert

RGB 117 49 60 -
CMYK 0 0.58 0.49 0.54
HSL 350.29º 0.41% 0.33% -
HSV(B) 350.29º 0.58% 0.46% -
XYZ 9.25 6.3 5 -
YUV 70.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 117 49 60 0 0.58 0.49 0.54 350.29 0.41 0.33
Hex 75 31 3C 0 3A 31 36 15E 29 21
Octal 165 61 74 0 72 61 66 536 51 41
Binary 1110101 110001 111100 0 111010 110001 110110 101011110 101001 100001

Color Harmonies of #75313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75313C

Black with #75313C

Text Example


Text Example

White with #75313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75313C; }

 p { color: rgb(117,49,60); }

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

background-color css

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

 a { background-color: rgb(117,49,60); }

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

border-color css

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

 span { border-color: rgb(117,49,60); }

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