Html Css Color HEX #763041 Merlot

📋 copy color: '#763041'

red 118 ◦ green 48 ◦ blue 65

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

Shades of Merlot #763041

Tints of Merlot #763041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 51.08%
G = 20.78%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#763041 (or 0x763041) is known color: Merlot. HEX triplet: 76, 30 and 41. RGB value is (118,48,65). Sum of RGB (Red+Green+Blue) = 118+48+65=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #763041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763041 is #89CFBE. Grayscale: #464646. Windows color (decimal): -9031615 or 4272246. OLE color: 4272246.

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

Color convert

RGB 118 48 65 -
CMYK 0 0.59 0.45 0.54
HSL 345.43º 0.42% 0.33% -
HSV(B) 345.43º 0.59% 0.46% -
XYZ 9.48 6.35 5.73 -
YUV 70.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 118 48 65 0 0.59 0.45 0.54 345.43 0.42 0.33
Hex 76 30 41 0 3B 2D 36 159 2A 21
Octal 166 60 101 0 73 55 66 531 52 41
Binary 1110110 110000 1000001 0 111011 101101 110110 101011001 101010 100001

Color Harmonies of #763041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763041

Black with #763041

Text Example


Text Example

White with #763041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763041; }

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

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

background-color css

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

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

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

border-color css

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

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

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