Html Css Color HEX #783335 Merlot

📋 copy color: '#783335'

red 120 ◦ green 51 ◦ blue 53

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

Shades of Merlot #783335

Tints of Merlot #783335

RGB

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

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

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

R = 53.57%
G = 22.77%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#783335 (or 0x783335) is known color: Merlot. HEX triplet: 78, 33 and 35. RGB value is (120,51,53). Sum of RGB (Red+Green+Blue) = 120+51+53=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #783335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783335 is #87CCCA. Grayscale: #474747. Windows color (decimal): -8899787 or 3486584. OLE color: 3486584.

HSL color Cylindrical-coordinate representation of color #783335: hue angle of 358.26º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783335 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 51 53 -
CMYK 0 0.58 0.56 0.53
HSL 358.26º 0.4% 0.34% -
HSV(B) 358.26º 0.58% 0.47% -
XYZ 9.57 6.62 4.14 -
YUV 71.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 120 51 53 0 0.58 0.56 0.53 358.26 0.4 0.34
Hex 78 33 35 0 3A 38 35 166 28 22
Octal 170 63 65 0 72 70 65 546 50 42
Binary 1111000 110011 110101 0 111010 111000 110101 101100110 101000 100010

Color Harmonies of #783335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783335

Black with #783335

Text Example


Text Example

White with #783335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783335; }

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

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

background-color css

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

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

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

border-color css

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

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

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