Html Css Color HEX #702F37 Merlot

📋 copy color: '#702F37'

red 112 ◦ green 47 ◦ blue 55

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

Shades of Merlot #702F37

Tints of Merlot #702F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.7%

R = 52.34%
G = 21.96%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#702F37 (or 0x702F37) is known color: Merlot. HEX triplet: 70, 2F and 37. RGB value is (112,47,55). Sum of RGB (Red+Green+Blue) = 112+47+55=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #702F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F37 is #8FD0C8. Grayscale: #434343. Windows color (decimal): -9425097 or 3616624. OLE color: 3616624.

HSL color Cylindrical-coordinate representation of color #702F37: hue angle of 352.62º 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 #702F37 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 55 -
CMYK 0 0.58 0.51 0.56
HSL 352.62º 0.41% 0.31% -
HSV(B) 352.62º 0.58% 0.44% -
XYZ 8.39 5.75 4.28 -
YUV 67.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 112 47 55 0 0.58 0.51 0.56 352.62 0.41 0.31
Hex 70 2F 37 0 3A 33 38 161 29 1F
Octal 160 57 67 0 72 63 70 541 51 37
Binary 1110000 101111 110111 0 111010 110011 111000 101100001 101001 11111

Color Harmonies of #702F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F37

Black with #702F37

Text Example


Text Example

White with #702F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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