#70333E

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

Shades of Merlot #70333E

Tints of Merlot #70333E

Color information

#70333E (or 0x70333E) is unknown color: approx Merlot. HEX triplet: 70, 33 and 3E. RGB value is (112,51,62). Sum of RGB (Red+Green+Blue) = 112+51+62=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70333E is #8FCCC1. Grayscale: #464646. Windows color (decimal): -9424066 or 4076400. OLE color: 4076400.

HSL color Cylindrical-coordinate representation of color #70333E: hue angle of 349.18º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70333E is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB1125162-
CMYK00.540.450.56
HSL349.18º37.42%31.96%-
HSV(B)349.18º54.46%43.92%-
XYZ8.746.165.29-
YUV70.49123.21157.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=49.78%
G=22.67%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112516200.540.450.56349.1837.4231.96
Hex70333E0362D3815d2520
Octal160637606655705354540
Binary11100001100111111100110110101101111000101011101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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