Html Css Color HEX #783135 Merlot

📋 copy color: '#783135'

red 120 ◦ green 49 ◦ blue 53

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

Shades of Merlot #783135

Tints of Merlot #783135

RGB

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

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

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

R = 54.05%
G = 22.07%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#783135 (or 0x783135) is known color: Merlot. HEX triplet: 78, 31 and 35. RGB value is (120,49,53). Sum of RGB (Red+Green+Blue) = 120+49+53=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #783135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783135 is #87CECA. Grayscale: #464646. Windows color (decimal): -8900299 or 3486072. OLE color: 3486072.

HSL color Cylindrical-coordinate representation of color #783135: hue angle of 356.62º 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 #783135 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 49 53 -
CMYK 0 0.59 0.56 0.53
HSL 356.62º 0.42% 0.33% -
HSV(B) 356.62º 0.59% 0.47% -
XYZ 9.49 6.45 4.11 -
YUV 70.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 120 49 53 0 0.59 0.56 0.53 356.62 0.42 0.33
Hex 78 31 35 0 3B 38 35 165 2A 21
Octal 170 61 65 0 73 70 65 545 52 41
Binary 1111000 110001 110101 0 111011 111000 110101 101100101 101010 100001

Color Harmonies of #783135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783135

Black with #783135

Text Example


Text Example

White with #783135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783135; }

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

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

background-color css

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

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

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

border-color css

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

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

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