Html Css Color HEX #763136 Merlot

📋 copy color: '#763136'

red 118 ◦ green 49 ◦ blue 54

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

Shades of Merlot #763136

Tints of Merlot #763136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.43%

R = 53.39%
G = 22.17%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#763136 (or 0x763136) is known color: Merlot. HEX triplet: 76, 31 and 36. RGB value is (118,49,54). Sum of RGB (Red+Green+Blue) = 118+49+54=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763136 is #89CEC9. Grayscale: #464646. Windows color (decimal): -9031370 or 3551606. OLE color: 3551606.

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

Color convert

RGB 118 49 54 -
CMYK 0 0.58 0.54 0.54
HSL 355.65º 0.41% 0.33% -
HSV(B) 355.65º 0.58% 0.46% -
XYZ 9.24 6.31 4.22 -
YUV 70.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 118 49 54 0 0.58 0.54 0.54 355.65 0.41 0.33
Hex 76 31 36 0 3A 36 36 164 29 21
Octal 166 61 66 0 72 66 66 544 51 41
Binary 1110110 110001 110110 0 111010 110110 110110 101100100 101001 100001

Color Harmonies of #763136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763136

Black with #763136

Text Example


Text Example

White with #763136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763136; }

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

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

background-color css

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

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

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

border-color css

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

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

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