#70383A

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

Shades of Merlot #70383A

Tints of Merlot #70383A

Color information

#70383A (or 0x70383A) is unknown color: approx Merlot. HEX triplet: 70, 38 and 3A. RGB value is (112,56,58). Sum of RGB (Red+Green+Blue) = 112+56+58=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70383A is #8FC7C5. Grayscale: #494949. Windows color (decimal): -9422790 or 3815536. OLE color: 3815536.

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

Color convert

RGB1125658-
CMYK00.500.480.56
HSL357.86º33.33%32.94%-
HSV(B)357.86º50%43.92%-
XYZ8.866.584.81-
YUV72.97119.55155.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=49.56%
G=24.78%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112565800.500.480.56357.8633.3332.94
Hex70383A03230381662121
Octal160707206260705464141
Binary11100001110001110100110010110000111000101100110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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