Html Css Color HEX #702E36 Merlot

📋 copy color: '#702E36'

red 112 ◦ green 46 ◦ blue 54

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

Shades of Merlot #702E36

Tints of Merlot #702E36

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.7%

 BLUE value IS 54 (21.48% from 255) = 25.47%

R = 52.83%
G = 21.7%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#702E36 (or 0x702E36) is known color: Merlot. HEX triplet: 70, 2E and 36. RGB value is (112,46,54). Sum of RGB (Red+Green+Blue) = 112+46+54=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #702E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E36 is #8FD1C9. Grayscale: #424242. Windows color (decimal): -9425354 or 3550832. OLE color: 3550832.

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

Color convert

RGB 112 46 54 -
CMYK 0 0.59 0.52 0.56
HSL 352.73º 0.42% 0.31% -
HSV(B) 352.73º 0.59% 0.44% -
XYZ 8.32 5.67 4.14 -
YUV 66.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 112 46 54 0 0.59 0.52 0.56 352.73 0.42 0.31
Hex 70 2E 36 0 3B 34 38 161 2A 1F
Octal 160 56 66 0 73 64 70 541 52 37
Binary 1110000 101110 110110 0 111011 110100 111000 101100001 101010 11111

Color Harmonies of #702E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E36

Black with #702E36

Text Example


Text Example

White with #702E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,46,54); }

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

background-color css

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

 a { background-color: rgb(112,46,54); }

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

border-color css

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

 span { border-color: rgb(112,46,54); }

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