Html Css Color HEX #783236 Merlot

📋 copy color: '#783236'

red 120 ◦ green 50 ◦ blue 54

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

Shades of Merlot #783236

Tints of Merlot #783236

RGB

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

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

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

R = 53.57%
G = 22.32%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#783236 (or 0x783236) is known color: Merlot. HEX triplet: 78, 32 and 36. RGB value is (120,50,54). Sum of RGB (Red+Green+Blue) = 120+50+54=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #783236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783236 is #87CDC9. Grayscale: #474747. Windows color (decimal): -8900042 or 3551864. OLE color: 3551864.

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

Color convert

RGB 120 50 54 -
CMYK 0 0.58 0.55 0.53
HSL 356.57º 0.41% 0.33% -
HSV(B) 356.57º 0.58% 0.47% -
XYZ 9.55 6.54 4.25 -
YUV 71.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 120 50 54 0 0.58 0.55 0.53 356.57 0.41 0.33
Hex 78 32 36 0 3A 37 35 165 29 21
Octal 170 62 66 0 72 67 65 545 51 41
Binary 1111000 110010 110110 0 111010 110111 110101 101100101 101001 100001

Color Harmonies of #783236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783236

Black with #783236

Text Example


Text Example

White with #783236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783236; }

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

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

background-color css

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

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

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

border-color css

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

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

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