Html Css Color HEX #76313A Merlot

📋 copy color: '#76313A'

red 118 ◦ green 49 ◦ blue 58

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

Shades of Merlot #76313A

Tints of Merlot #76313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 52.44%
G = 21.78%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76313A (or 0x76313A) is known color: Merlot. HEX triplet: 76, 31 and 3A. RGB value is (118,49,58). Sum of RGB (Red+Green+Blue) = 118+49+58=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #76313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76313A is #89CEC5. Grayscale: #464646. Windows color (decimal): -9031366 or 3813750. OLE color: 3813750.

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

Color convert

RGB 118 49 58 -
CMYK 0 0.58 0.51 0.54
HSL 352.17º 0.41% 0.33% -
HSV(B) 352.17º 0.58% 0.46% -
XYZ 9.33 6.35 4.74 -
YUV 70.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 118 49 58 0 0.58 0.51 0.54 352.17 0.41 0.33
Hex 76 31 3A 0 3A 33 36 160 29 21
Octal 166 61 72 0 72 63 66 540 51 41
Binary 1110110 110001 111010 0 111010 110011 110110 101100000 101001 100001

Color Harmonies of #76313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76313A

Black with #76313A

Text Example


Text Example

White with #76313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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