Html Css Color HEX #763335 Merlot

📋 copy color: '#763335'

red 118 ◦ green 51 ◦ blue 53

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

Shades of Merlot #763335

Tints of Merlot #763335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.87%

R = 53.15%
G = 22.97%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#763335 (or 0x763335) is known color: Merlot. HEX triplet: 76, 33 and 35. RGB value is (118,51,53). Sum of RGB (Red+Green+Blue) = 118+51+53=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #763335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763335 is #89CCCA. Grayscale: #474747. Windows color (decimal): -9030859 or 3486582. OLE color: 3486582.

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

Color convert

RGB 118 51 53 -
CMYK 0 0.57 0.55 0.54
HSL 358.21º 0.4% 0.33% -
HSV(B) 358.21º 0.57% 0.46% -
XYZ 9.3 6.48 4.13 -
YUV 71.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 118 51 53 0 0.57 0.55 0.54 358.21 0.4 0.33
Hex 76 33 35 0 39 37 36 166 28 21
Octal 166 63 65 0 71 67 66 546 50 41
Binary 1110110 110011 110101 0 111001 110111 110110 101100110 101000 100001

Color Harmonies of #763335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763335

Black with #763335

Text Example


Text Example

White with #763335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763335; }

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

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

background-color css

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

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

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

border-color css

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

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

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