Html Css Color HEX #70363B Merlot

📋 copy color: '#70363B'

red 112 ◦ green 54 ◦ blue 59

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

Shades of Merlot #70363B

Tints of Merlot #70363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24%

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

R = 49.78%
G = 24%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70363B (or 0x70363B) is known color: Merlot. HEX triplet: 70, 36 and 3B. RGB value is (112,54,59). Sum of RGB (Red+Green+Blue) = 112+54+59=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70363B is #8FC9C4. Grayscale: #474747. Windows color (decimal): -9423301 or 3880560. OLE color: 3880560.

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

Color convert

RGB 112 54 59 -
CMYK 0 0.52 0.47 0.56
HSL 354.83º 0.35% 0.33% -
HSV(B) 354.83º 0.52% 0.44% -
XYZ 8.79 6.4 4.91 -
YUV 71.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 112 54 59 0 0.52 0.47 0.56 354.83 0.35 0.33
Hex 70 36 3B 0 34 2F 38 163 23 21
Octal 160 66 73 0 64 57 70 543 43 41
Binary 1110000 110110 111011 0 110100 101111 111000 101100011 100011 100001

Color Harmonies of #70363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70363B

Black with #70363B

Text Example


Text Example

White with #70363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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