Html Css Color HEX #70353E Merlot

📋 copy color: '#70353E'

red 112 ◦ green 53 ◦ blue 62

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

Shades of Merlot #70353E

Tints of Merlot #70353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.31%

R = 49.34%
G = 23.35%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#70353E (or 0x70353E) is known color: Merlot. HEX triplet: 70, 35 and 3E. RGB value is (112,53,62). Sum of RGB (Red+Green+Blue) = 112+53+62=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70353E is #8FCAC1. Grayscale: #474747. Windows color (decimal): -9423554 or 4076912. OLE color: 4076912.

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

Color convert

RGB 112 53 62 -
CMYK 0 0.53 0.45 0.56
HSL 350.85º 0.36% 0.32% -
HSV(B) 350.85º 0.53% 0.44% -
XYZ 8.82 6.34 5.32 -
YUV 71.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 112 53 62 0 0.53 0.45 0.56 350.85 0.36 0.32
Hex 70 35 3E 0 35 2D 38 15F 24 20
Octal 160 65 76 0 65 55 70 537 44 40
Binary 1110000 110101 111110 0 110101 101101 111000 101011111 100100 100000

Color Harmonies of #70353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70353E

Black with #70353E

Text Example


Text Example

White with #70353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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