Html Css Color HEX #75313E Merlot

📋 copy color: '#75313E'

red 117 ◦ green 49 ◦ blue 62

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

Shades of Merlot #75313E

Tints of Merlot #75313E

RGB

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

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

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

R = 51.32%
G = 21.49%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75313E (or 0x75313E) is known color: Merlot. HEX triplet: 75, 31 and 3E. RGB value is (117,49,62). Sum of RGB (Red+Green+Blue) = 117+49+62=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75313E is #8ACEC1. Grayscale: #464646. Windows color (decimal): -9096898 or 4075893. OLE color: 4075893.

HSL color Cylindrical-coordinate representation of color #75313E: hue angle of 348.53º 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 #75313E is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 62 -
CMYK 0 0.58 0.47 0.54
HSL 348.53º 0.41% 0.33% -
HSV(B) 348.53º 0.58% 0.46% -
XYZ 9.3 6.33 5.29 -
YUV 70.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 117 49 62 0 0.58 0.47 0.54 348.53 0.41 0.33
Hex 75 31 3E 0 3A 2F 36 15D 29 21
Octal 165 61 76 0 72 57 66 535 51 41
Binary 1110101 110001 111110 0 111010 101111 110110 101011101 101001 100001

Color Harmonies of #75313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75313E

Black with #75313E

Text Example


Text Example

White with #75313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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