Html Css Color HEX #763339 Merlot

📋 copy color: '#763339'

red 118 ◦ green 51 ◦ blue 57

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

Shades of Merlot #763339

Tints of Merlot #763339

RGB

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

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

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

R = 52.21%
G = 22.57%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#763339 (or 0x763339) is known color: Merlot. HEX triplet: 76, 33 and 39. RGB value is (118,51,57). Sum of RGB (Red+Green+Blue) = 118+51+57=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #763339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763339 is #89CCC6. Grayscale: #474747. Windows color (decimal): -9030855 or 3748726. OLE color: 3748726.

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

Color convert

RGB 118 51 57 -
CMYK 0 0.57 0.52 0.54
HSL 354.63º 0.4% 0.33% -
HSV(B) 354.63º 0.57% 0.46% -
XYZ 9.39 6.51 4.63 -
YUV 71.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 118 51 57 0 0.57 0.52 0.54 354.63 0.4 0.33
Hex 76 33 39 0 39 34 36 163 28 21
Octal 166 63 71 0 71 64 66 543 50 41
Binary 1110110 110011 111001 0 111001 110100 110110 101100011 101000 100001

Color Harmonies of #763339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763339

Black with #763339

Text Example


Text Example

White with #763339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763339; }

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

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

background-color css

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

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

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

border-color css

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

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

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