Html Css Color HEX #70353F Merlot

📋 copy color: '#70353F'

red 112 ◦ green 53 ◦ blue 63

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

Shades of Merlot #70353F

Tints of Merlot #70353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

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

R = 49.12%
G = 23.25%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70353F (or 0x70353F) is known color: Merlot. HEX triplet: 70, 35 and 3F. RGB value is (112,53,63). Sum of RGB (Red+Green+Blue) = 112+53+63=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70353F is #8FCAC0. Grayscale: #474747. Windows color (decimal): -9423553 or 4142448. OLE color: 4142448.

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

Color convert

RGB 112 53 63 -
CMYK 0 0.53 0.44 0.56
HSL 349.83º 0.36% 0.32% -
HSV(B) 349.83º 0.53% 0.44% -
XYZ 8.85 6.35 5.46 -
YUV 71.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 112 53 63 0 0.53 0.44 0.56 349.83 0.36 0.32
Hex 70 35 3F 0 35 2C 38 15E 24 20
Octal 160 65 77 0 65 54 70 536 44 40
Binary 1110000 110101 111111 0 110101 101100 111000 101011110 100100 100000

Color Harmonies of #70353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70353F

Black with #70353F

Text Example


Text Example

White with #70353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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