Html Css Color HEX #702D37 Merlot

📋 copy color: '#702D37'

red 112 ◦ green 45 ◦ blue 55

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

Shades of Merlot #702D37

Tints of Merlot #702D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.23%

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

R = 52.83%
G = 21.23%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#702D37 (or 0x702D37) is known color: Merlot. HEX triplet: 70, 2D and 37. RGB value is (112,45,55). Sum of RGB (Red+Green+Blue) = 112+45+55=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #702D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D37 is #8FD2C8. Grayscale: #424242. Windows color (decimal): -9425609 or 3616112. OLE color: 3616112.

HSL color Cylindrical-coordinate representation of color #702D37: hue angle of 351.04º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D37 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 45 55 -
CMYK 0 0.60 0.51 0.56
HSL 351.04º 0.43% 0.31% -
HSV(B) 351.04º 0.6% 0.44% -
XYZ 8.31 5.6 4.26 -
YUV 66.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 112 45 55 0 0.60 0.51 0.56 351.04 0.43 0.31
Hex 70 2D 37 0 3C 33 38 15F 2B 1F
Octal 160 55 67 0 74 63 70 537 53 37
Binary 1110000 101101 110111 0 111100 110011 111000 101011111 101011 11111

Color Harmonies of #702D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D37

Black with #702D37

Text Example


Text Example

White with #702D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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