Html Css Color HEX #76313E Merlot

📋 copy color: '#76313E'

red 118 ◦ green 49 ◦ blue 62

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

Shades of Merlot #76313E

Tints of Merlot #76313E

RGB

 RED value IS 118 (46.48% from 255) = 51.53%

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

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

R = 51.53%
G = 21.4%
B = 27.07%

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

#76313E (or 0x76313E) is known color: Merlot. HEX triplet: 76, 31 and 3E. RGB value is (118,49,62). Sum of RGB (Red+Green+Blue) = 118+49+62=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76313E is #89CEC1. Grayscale: #474747. Windows color (decimal): -9031362 or 4075894. OLE color: 4075894.

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

Color convert

RGB 118 49 62 -
CMYK 0 0.58 0.47 0.54
HSL 348.7º 0.41% 0.33% -
HSV(B) 348.7º 0.58% 0.46% -
XYZ 9.44 6.4 5.29 -
YUV 71.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 118 49 62 0 0.58 0.47 0.54 348.7 0.41 0.33
Hex 76 31 3E 0 3A 2F 36 15D 29 21
Octal 166 61 76 0 72 57 66 535 51 41
Binary 1110110 110001 111110 0 111010 101111 110110 101011101 101001 100001

Color Harmonies of #76313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76313E

Black with #76313E

Text Example


Text Example

White with #76313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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