Html Css Color HEX #783136 Merlot

📋 copy color: '#783136'

red 120 ◦ green 49 ◦ blue 54

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

Shades of Merlot #783136

Tints of Merlot #783136

RGB

 RED value IS 120 (47.27% from 255) = 53.81%

 GREEN value IS 49 (19.53% from 255) = 21.97%

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

R = 53.81%
G = 21.97%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#783136 (or 0x783136) is known color: Merlot. HEX triplet: 78, 31 and 36. RGB value is (120,49,54). Sum of RGB (Red+Green+Blue) = 120+49+54=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #783136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783136 is #87CEC9. Grayscale: #464646. Windows color (decimal): -8900298 or 3551608. OLE color: 3551608.

HSL color Cylindrical-coordinate representation of color #783136: hue angle of 355.77º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #783136 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 49 54 -
CMYK 0 0.59 0.55 0.53
HSL 355.77º 0.42% 0.33% -
HSV(B) 355.77º 0.59% 0.47% -
XYZ 9.51 6.46 4.23 -
YUV 70.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 120 49 54 0 0.59 0.55 0.53 355.77 0.42 0.33
Hex 78 31 36 0 3B 37 35 164 2A 21
Octal 170 61 66 0 73 67 65 544 52 41
Binary 1111000 110001 110110 0 111011 110111 110101 101100100 101010 100001

Color Harmonies of #783136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783136

Black with #783136

Text Example


Text Example

White with #783136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783136; }

 p { color: rgb(120,49,54); }

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

background-color css

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

 a { background-color: rgb(120,49,54); }

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

border-color css

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

 span { border-color: rgb(120,49,54); }

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