Html Css Color HEX #70333F Merlot

📋 copy color: '#70333F'

red 112 ◦ green 51 ◦ blue 63

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

Shades of Merlot #70333F

Tints of Merlot #70333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

 BLUE value IS 63 (25% from 255) = 27.88%

R = 49.56%
G = 22.57%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70333F (or 0x70333F) is known color: Merlot. HEX triplet: 70, 33 and 3F. RGB value is (112,51,63). Sum of RGB (Red+Green+Blue) = 112+51+63=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70333F is #8FCCC0. Grayscale: #464646. Windows color (decimal): -9424065 or 4141936. OLE color: 4141936.

HSL color Cylindrical-coordinate representation of color #70333F: hue angle of 348.2º 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 #70333F is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 63 -
CMYK 0 0.54 0.44 0.56
HSL 348.2º 0.37% 0.32% -
HSV(B) 348.2º 0.54% 0.44% -
XYZ 8.76 6.17 5.43 -
YUV 70.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 112 51 63 0 0.54 0.44 0.56 348.2 0.37 0.32
Hex 70 33 3F 0 36 2C 38 15C 25 20
Octal 160 63 77 0 66 54 70 534 45 40
Binary 1110000 110011 111111 0 110110 101100 111000 101011100 100101 100000

Color Harmonies of #70333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70333F

Black with #70333F

Text Example


Text Example

White with #70333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70333F;
 }
 .AnyTagClassName
 {
   color: #70333F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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