Html Css Color HEX #70373B Merlot

📋 copy color: '#70373B'

red 112 ◦ green 55 ◦ blue 59

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

Shades of Merlot #70373B

Tints of Merlot #70373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

 BLUE value IS 59 (23.44% from 255) = 26.11%

R = 49.56%
G = 24.34%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70373B (or 0x70373B) is known color: Merlot. HEX triplet: 70, 37 and 3B. RGB value is (112,55,59). Sum of RGB (Red+Green+Blue) = 112+55+59=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #70373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70373B is #8FC8C4. Grayscale: #484848. Windows color (decimal): -9423045 or 3880816. OLE color: 3880816.

HSL color Cylindrical-coordinate representation of color #70373B: hue angle of 355.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70373B is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 55 59 -
CMYK 0 0.51 0.47 0.56
HSL 355.79º 0.34% 0.33% -
HSV(B) 355.79º 0.51% 0.44% -
XYZ 8.84 6.49 4.93 -
YUV 72.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 112 55 59 0 0.51 0.47 0.56 355.79 0.34 0.33
Hex 70 37 3B 0 33 2F 38 164 22 21
Octal 160 67 73 0 63 57 70 544 42 41
Binary 1110000 110111 111011 0 110011 101111 111000 101100100 100010 100001

Color Harmonies of #70373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70373B

Black with #70373B

Text Example


Text Example

White with #70373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70373B; }

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

 H1.HeaderClassName
 {
   color: #70373B;
 }
 .AnyTagClassName
 {
   color: #70373B;
 }
</style>

background-color css

<style>
 a { background-color: #70373B; }

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

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

border-color css

<style>
 span { border-color: #70373B; }

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

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