Html Css Color HEX #78323B Merlot

📋 copy color: '#78323B'

red 120 ◦ green 50 ◦ blue 59

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

Shades of Merlot #78323B

Tints of Merlot #78323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 52.4%
G = 21.83%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78323B (or 0x78323B) is known color: Merlot. HEX triplet: 78, 32 and 3B. RGB value is (120,50,59). Sum of RGB (Red+Green+Blue) = 120+50+59=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78323B is #87CDC4. Grayscale: #474747. Windows color (decimal): -8900037 or 3879544. OLE color: 3879544.

HSL color Cylindrical-coordinate representation of color #78323B: hue angle of 352.29º 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 #78323B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 59 -
CMYK 0 0.58 0.51 0.53
HSL 352.29º 0.41% 0.33% -
HSV(B) 352.29º 0.58% 0.47% -
XYZ 9.68 6.59 4.9 -
YUV 71.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 120 50 59 0 0.58 0.51 0.53 352.29 0.41 0.33
Hex 78 32 3B 0 3A 33 35 160 29 21
Octal 170 62 73 0 72 63 65 540 51 41
Binary 1111000 110010 111011 0 111010 110011 110101 101100000 101001 100001

Color Harmonies of #78323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78323B

Black with #78323B

Text Example


Text Example

White with #78323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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