Html Css Color HEX #763334 Merlot

📋 copy color: '#763334'

red 118 ◦ green 51 ◦ blue 52

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

Shades of Merlot #763334

Tints of Merlot #763334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 53.39%
G = 23.08%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#763334 (or 0x763334) is known color: Merlot. HEX triplet: 76, 33 and 34. RGB value is (118,51,52). Sum of RGB (Red+Green+Blue) = 118+51+52=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763334 is #89CCCB. Grayscale: #474747. Windows color (decimal): -9030860 or 3421046. OLE color: 3421046.

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

Color convert

RGB 118 51 52 -
CMYK 0 0.57 0.56 0.54
HSL 359.1º 0.4% 0.33% -
HSV(B) 359.1º 0.57% 0.46% -
XYZ 9.27 6.47 4.01 -
YUV 71.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 118 51 52 0 0.57 0.56 0.54 359.1 0.4 0.33
Hex 76 33 34 0 39 38 36 167 28 21
Octal 166 63 64 0 71 70 66 547 50 41
Binary 1110110 110011 110100 0 111001 111000 110110 101100111 101000 100001

Color Harmonies of #763334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763334

Black with #763334

Text Example


Text Example

White with #763334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763334; }

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

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

background-color css

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

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

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

border-color css

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

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

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