Html Css Color HEX #76313B Merlot

📋 copy color: '#76313B'

red 118 ◦ green 49 ◦ blue 59

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

Shades of Merlot #76313B

Tints of Merlot #76313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.11%

R = 52.21%
G = 21.68%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76313B (or 0x76313B) is known color: Merlot. HEX triplet: 76, 31 and 3B. RGB value is (118,49,59). Sum of RGB (Red+Green+Blue) = 118+49+59=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76313B is #89CEC4. Grayscale: #464646. Windows color (decimal): -9031365 or 3879286. OLE color: 3879286.

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

Color convert

RGB 118 49 59 -
CMYK 0 0.58 0.50 0.54
HSL 351.3º 0.41% 0.33% -
HSV(B) 351.3º 0.58% 0.46% -
XYZ 9.36 6.36 4.87 -
YUV 70.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 118 49 59 0 0.58 0.50 0.54 351.3 0.41 0.33
Hex 76 31 3B 0 3A 32 36 15F 29 21
Octal 166 61 73 0 72 62 66 537 51 41
Binary 1110110 110001 111011 0 111010 110010 110110 101011111 101001 100001

Color Harmonies of #76313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76313B

Black with #76313B

Text Example


Text Example

White with #76313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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