Html Css Color HEX #70353C Merlot

📋 copy color: '#70353C'

red 112 ◦ green 53 ◦ blue 60

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

Shades of Merlot #70353C

Tints of Merlot #70353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 49.78%
G = 23.56%
B = 26.67%

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

#70353C (or 0x70353C) is known color: Merlot. HEX triplet: 70, 35 and 3C. RGB value is (112,53,60). Sum of RGB (Red+Green+Blue) = 112+53+60=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70353C is #8FCAC3. Grayscale: #474747. Windows color (decimal): -9423556 or 3945840. OLE color: 3945840.

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

Color convert

RGB 112 53 60 -
CMYK 0 0.53 0.46 0.56
HSL 352.88º 0.36% 0.32% -
HSV(B) 352.88º 0.53% 0.44% -
XYZ 8.77 6.32 5.03 -
YUV 71.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 112 53 60 0 0.53 0.46 0.56 352.88 0.36 0.32
Hex 70 35 3C 0 35 2E 38 161 24 20
Octal 160 65 74 0 65 56 70 541 44 40
Binary 1110000 110101 111100 0 110101 101110 111000 101100001 100100 100000

Color Harmonies of #70353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70353C

Black with #70353C

Text Example


Text Example

White with #70353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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