Html Css Color HEX #702F39 Merlot

📋 copy color: '#702F39'

red 112 ◦ green 47 ◦ blue 57

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

Shades of Merlot #702F39

Tints of Merlot #702F39

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.76%

 BLUE value IS 57 (22.66% from 255) = 26.39%

R = 51.85%
G = 21.76%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#702F39 (or 0x702F39) is known color: Merlot. HEX triplet: 70, 2F and 39. RGB value is (112,47,57). Sum of RGB (Red+Green+Blue) = 112+47+57=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #702F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F39 is #8FD0C6. Grayscale: #434343. Windows color (decimal): -9425095 or 3747696. OLE color: 3747696.

HSL color Cylindrical-coordinate representation of color #702F39: hue angle of 350.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F39 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 57 -
CMYK 0 0.58 0.49 0.56
HSL 350.77º 0.41% 0.31% -
HSV(B) 350.77º 0.58% 0.44% -
XYZ 8.44 5.77 4.54 -
YUV 67.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 112 47 57 0 0.58 0.49 0.56 350.77 0.41 0.31
Hex 70 2F 39 0 3A 31 38 15F 29 1F
Octal 160 57 71 0 72 61 70 537 51 37
Binary 1110000 101111 111001 0 111010 110001 111000 101011111 101001 11111

Color Harmonies of #702F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F39

Black with #702F39

Text Example


Text Example

White with #702F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702F39; }

 p { color: rgb(112,47,57); }

 H1.HeaderClassName
 {
   color: #702F39;
 }
 .AnyTagClassName
 {
   color: #702F39;
 }
</style>

background-color css

<style>
 a { background-color: #702F39; }

 a { background-color: rgb(112,47,57); }

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

border-color css

<style>
 span { border-color: #702F39; }

 span { border-color: rgb(112,47,57); }

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