Html Css Color HEX #70303B Merlot

📋 copy color: '#70303B'

red 112 ◦ green 48 ◦ blue 59

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

Shades of Merlot #70303B

Tints of Merlot #70303B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.92%

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

R = 51.14%
G = 21.92%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#70303B (or 0x70303B) is known color: Merlot. HEX triplet: 70, 30 and 3B. RGB value is (112,48,59). Sum of RGB (Red+Green+Blue) = 112+48+59=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #70303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70303B is #8FCFC4. Grayscale: #444444. Windows color (decimal): -9424837 or 3879024. OLE color: 3879024.

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

Color convert

RGB 112 48 59 -
CMYK 0 0.57 0.47 0.56
HSL 349.69º 0.4% 0.31% -
HSV(B) 349.69º 0.57% 0.44% -
XYZ 8.53 5.87 4.82 -
YUV 68.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 112 48 59 0 0.57 0.47 0.56 349.69 0.4 0.31
Hex 70 30 3B 0 39 2F 38 15E 28 1F
Octal 160 60 73 0 71 57 70 536 50 37
Binary 1110000 110000 111011 0 111001 101111 111000 101011110 101000 11111

Color Harmonies of #70303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70303B

Black with #70303B

Text Example


Text Example

White with #70303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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