#70363A

Color #70363A Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #70363A

Tints of Merlot #70363A

Color information

#70363A (or 0x70363A) is unknown color: approx Merlot. HEX triplet: 70, 36 and 3A. RGB value is (112,54,58). Sum of RGB (Red+Green+Blue) = 112+54+58=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70363A is #8FC9C5. Grayscale: #474747. Windows color (decimal): -9423302 or 3815024. OLE color: 3815024.

HSL color Cylindrical-coordinate representation of color #70363A: hue angle of 355.86º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70363A is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1125458-
CMYK00.520.480.56
HSL355.86º34.94%32.55%-
HSV(B)355.86º51.79%43.92%-
XYZ8.766.394.77-
YUV71.8120.22156.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=50%
G=24.11%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112545800.520.480.56355.8634.9432.55
Hex70363A03430381642321
Octal160667206460705444341
Binary11100001101101110100110100110000111000101100100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70363A; }

 p { color: rgb(112,54,58); }

 H1.HeaderClassName
 {
   color: #70363A;
 }
 .AnyTagClassName
 {
   color: #70363A;
 }
</style>
background-color css

<style>
 a { background-color: #70363A; }

 a { background-color: rgb(112,54,58); }

 div.DivClassName
 {
   background-color: #70363A;
 }
 .BgClassName
 {
   background-color: #70363A;
 }
</style>
border-color css

<style>
 span { border-color: #70363A; }

 span { border-color: rgb(112,54,58); }

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