Html Css Color HEX #70323F Merlot

📋 copy color: '#70323F'

red 112 ◦ green 50 ◦ blue 63

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

Shades of Merlot #70323F

Tints of Merlot #70323F

RGB

 RED value IS 112 (44.14% from 255) = 49.78%

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

 BLUE value IS 63 (25% from 255) = 28%

R = 49.78%
G = 22.22%
B = 28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70323F (or 0x70323F) is known color: Merlot. HEX triplet: 70, 32 and 3F. RGB value is (112,50,63). Sum of RGB (Red+Green+Blue) = 112+50+63=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70323F is #8FCDC0. Grayscale: #464646. Windows color (decimal): -9424321 or 4141680. OLE color: 4141680.

HSL color Cylindrical-coordinate representation of color #70323F: hue angle of 347.42º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70323F is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 50 63 -
CMYK 0 0.55 0.44 0.56
HSL 347.42º 0.38% 0.32% -
HSV(B) 347.42º 0.55% 0.44% -
XYZ 8.72 6.08 5.42 -
YUV 70.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 112 50 63 0 0.55 0.44 0.56 347.42 0.38 0.32
Hex 70 32 3F 0 37 2C 38 15B 26 20
Octal 160 62 77 0 67 54 70 533 46 40
Binary 1110000 110010 111111 0 110111 101100 111000 101011011 100110 100000

Color Harmonies of #70323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70323F

Black with #70323F

Text Example


Text Example

White with #70323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70323F; }

 p { color: rgb(112,50,63); }

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

background-color css

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

 a { background-color: rgb(112,50,63); }

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

border-color css

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

 span { border-color: rgb(112,50,63); }

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