Html Css Color HEX #763239 Merlot

📋 copy color: '#763239'

red 118 ◦ green 50 ◦ blue 57

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

Shades of Merlot #763239

Tints of Merlot #763239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.22%

 BLUE value IS 57 (22.66% from 255) = 25.33%

R = 52.44%
G = 22.22%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#763239 (or 0x763239) is known color: Merlot. HEX triplet: 76, 32 and 39. RGB value is (118,50,57). Sum of RGB (Red+Green+Blue) = 118+50+57=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #763239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763239 is #89CDC6. Grayscale: #474747. Windows color (decimal): -9031111 or 3748470. OLE color: 3748470.

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

Color convert

RGB 118 50 57 -
CMYK 0 0.58 0.52 0.54
HSL 353.82º 0.4% 0.33% -
HSV(B) 353.82º 0.58% 0.46% -
XYZ 9.35 6.43 4.62 -
YUV 71.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 118 50 57 0 0.58 0.52 0.54 353.82 0.4 0.33
Hex 76 32 39 0 3A 34 36 162 28 21
Octal 166 62 71 0 72 64 66 542 50 41
Binary 1110110 110010 111001 0 111010 110100 110110 101100010 101000 100001

Color Harmonies of #763239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763239

Black with #763239

Text Example


Text Example

White with #763239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763239; }

 p { color: rgb(118,50,57); }

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

background-color css

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

 a { background-color: rgb(118,50,57); }

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

border-color css

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

 span { border-color: rgb(118,50,57); }

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