Html Css Color HEX #70303C Merlot

📋 copy color: '#70303C'

red 112 ◦ green 48 ◦ blue 60

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

Shades of Merlot #70303C

Tints of Merlot #70303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 50.91%
G = 21.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70303C (or 0x70303C) is known color: Merlot. HEX triplet: 70, 30 and 3C. RGB value is (112,48,60). Sum of RGB (Red+Green+Blue) = 112+48+60=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70303C is #8FCFC3. Grayscale: #444444. Windows color (decimal): -9424836 or 3944560. OLE color: 3944560.

HSL color Cylindrical-coordinate representation of color #70303C: hue angle of 348.75º 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 #70303C is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 48 60 -
CMYK 0 0.57 0.46 0.56
HSL 348.75º 0.4% 0.31% -
HSV(B) 348.75º 0.57% 0.44% -
XYZ 8.55 5.88 4.96 -
YUV 68.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 112 48 60 0 0.57 0.46 0.56 348.75 0.4 0.31
Hex 70 30 3C 0 39 2E 38 15D 28 1F
Octal 160 60 74 0 71 56 70 535 50 37
Binary 1110000 110000 111100 0 111001 101110 111000 101011101 101000 11111

Color Harmonies of #70303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70303C

Black with #70303C

Text Example


Text Example

White with #70303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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