Html Css Color HEX #763336 Merlot

📋 copy color: '#763336'

red 118 ◦ green 51 ◦ blue 54

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

Shades of Merlot #763336

Tints of Merlot #763336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

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

R = 52.91%
G = 22.87%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#763336 (or 0x763336) is known color: Merlot. HEX triplet: 76, 33 and 36. RGB value is (118,51,54). Sum of RGB (Red+Green+Blue) = 118+51+54=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763336 is #89CCC9. Grayscale: #474747. Windows color (decimal): -9030858 or 3552118. OLE color: 3552118.

HSL color Cylindrical-coordinate representation of color #763336: hue angle of 357.31º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763336 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 54 -
CMYK 0 0.57 0.54 0.54
HSL 357.31º 0.4% 0.33% -
HSV(B) 357.31º 0.57% 0.46% -
XYZ 9.32 6.49 4.25 -
YUV 71.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 118 51 54 0 0.57 0.54 0.54 357.31 0.4 0.33
Hex 76 33 36 0 39 36 36 165 28 21
Octal 166 63 66 0 71 66 66 545 50 41
Binary 1110110 110011 110110 0 111001 110110 110110 101100101 101000 100001

Color Harmonies of #763336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763336

Black with #763336

Text Example


Text Example

White with #763336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763336; }

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

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

background-color css

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

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

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

border-color css

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

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

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