Html Css Color HEX #70353D Merlot

📋 copy color: '#70353D'

red 112 ◦ green 53 ◦ blue 61

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

Shades of Merlot #70353D

Tints of Merlot #70353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 49.56%
G = 23.45%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70353D (or 0x70353D) is known color: Merlot. HEX triplet: 70, 35 and 3D. RGB value is (112,53,61). Sum of RGB (Red+Green+Blue) = 112+53+61=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70353D is #8FCAC2. Grayscale: #474747. Windows color (decimal): -9423555 or 4011376. OLE color: 4011376.

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

Color convert

RGB 112 53 61 -
CMYK 0 0.53 0.46 0.56
HSL 351.86º 0.36% 0.32% -
HSV(B) 351.86º 0.53% 0.44% -
XYZ 8.8 6.33 5.17 -
YUV 71.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 112 53 61 0 0.53 0.46 0.56 351.86 0.36 0.32
Hex 70 35 3D 0 35 2E 38 160 24 20
Octal 160 65 75 0 65 56 70 540 44 40
Binary 1110000 110101 111101 0 110101 101110 111000 101100000 100100 100000

Color Harmonies of #70353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70353D

Black with #70353D

Text Example


Text Example

White with #70353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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