Html Css Color HEX #763036 Merlot

📋 copy color: '#763036'

red 118 ◦ green 48 ◦ blue 54

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

Shades of Merlot #763036

Tints of Merlot #763036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

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

R = 53.64%
G = 21.82%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#763036 (or 0x763036) is known color: Merlot. HEX triplet: 76, 30 and 36. RGB value is (118,48,54). Sum of RGB (Red+Green+Blue) = 118+48+54=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #763036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763036 is #89CFC9. Grayscale: #454545. Windows color (decimal): -9031626 or 3551350. OLE color: 3551350.

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

Color convert

RGB 118 48 54 -
CMYK 0 0.59 0.54 0.54
HSL 354.86º 0.42% 0.33% -
HSV(B) 354.86º 0.59% 0.46% -
XYZ 9.19 6.23 4.21 -
YUV 69.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 118 48 54 0 0.59 0.54 0.54 354.86 0.42 0.33
Hex 76 30 36 0 3B 36 36 163 2A 21
Octal 166 60 66 0 73 66 66 543 52 41
Binary 1110110 110000 110110 0 111011 110110 110110 101100011 101010 100001

Color Harmonies of #763036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763036

Black with #763036

Text Example


Text Example

White with #763036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763036; }

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

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

background-color css

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

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

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

border-color css

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

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

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