Html Css Color HEX #763236 Merlot

📋 copy color: '#763236'

red 118 ◦ green 50 ◦ blue 54

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

Shades of Merlot #763236

Tints of Merlot #763236

RGB

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

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

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

R = 53.15%
G = 22.52%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#763236 (or 0x763236) is known color: Merlot. HEX triplet: 76, 32 and 36. RGB value is (118,50,54). Sum of RGB (Red+Green+Blue) = 118+50+54=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #763236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763236 is #89CDC9. Grayscale: #464646. Windows color (decimal): -9031114 or 3551862. OLE color: 3551862.

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

Color convert

RGB 118 50 54 -
CMYK 0 0.58 0.54 0.54
HSL 356.47º 0.4% 0.33% -
HSV(B) 356.47º 0.58% 0.46% -
XYZ 9.28 6.4 4.24 -
YUV 70.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 118 50 54 0 0.58 0.54 0.54 356.47 0.4 0.33
Hex 76 32 36 0 3A 36 36 164 28 21
Octal 166 62 66 0 72 66 66 544 50 41
Binary 1110110 110010 110110 0 111010 110110 110110 101100100 101000 100001

Color Harmonies of #763236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763236

Black with #763236

Text Example


Text Example

White with #763236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763236; }

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

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

background-color css

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

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

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

border-color css

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

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

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