Html Css Color HEX #76353F Merlot

📋 copy color: '#76353F'

red 118 ◦ green 53 ◦ blue 63

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

Shades of Merlot #76353F

Tints of Merlot #76353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

 BLUE value IS 63 (25% from 255) = 26.92%

R = 50.43%
G = 22.65%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76353F (or 0x76353F) is known color: Merlot. HEX triplet: 76, 35 and 3F. RGB value is (118,53,63). Sum of RGB (Red+Green+Blue) = 118+53+63=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76353F is #89CAC0. Grayscale: #494949. Windows color (decimal): -9030337 or 4142454. OLE color: 4142454.

HSL color Cylindrical-coordinate representation of color #76353F: hue angle of 350.77º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76353F is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 63 -
CMYK 0 0.55 0.47 0.54
HSL 350.77º 0.38% 0.34% -
HSV(B) 350.77º 0.55% 0.46% -
XYZ 9.64 6.76 5.5 -
YUV 73.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 118 53 63 0 0.55 0.47 0.54 350.77 0.38 0.34
Hex 76 35 3F 0 37 2F 36 15F 26 22
Octal 166 65 77 0 67 57 66 537 46 42
Binary 1110110 110101 111111 0 110111 101111 110110 101011111 100110 100010

Color Harmonies of #76353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76353F

Black with #76353F

Text Example


Text Example

White with #76353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76353F; }

 p { color: rgb(118,53,63); }

 H1.HeaderClassName
 {
   color: #76353F;
 }
 .AnyTagClassName
 {
   color: #76353F;
 }
</style>

background-color css

<style>
 a { background-color: #76353F; }

 a { background-color: rgb(118,53,63); }

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

border-color css

<style>
 span { border-color: #76353F; }

 span { border-color: rgb(118,53,63); }

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