Html Css Color HEX #70383F Merlot

📋 copy color: '#70383F'

red 112 ◦ green 56 ◦ blue 63

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

Shades of Merlot #70383F

Tints of Merlot #70383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.24%

 BLUE value IS 63 (25% from 255) = 27.27%

R = 48.48%
G = 24.24%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#70383F (or 0x70383F) is known color: Merlot. HEX triplet: 70, 38 and 3F. RGB value is (112,56,63). Sum of RGB (Red+Green+Blue) = 112+56+63=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70383F is #8FC7C0. Grayscale: #494949. Windows color (decimal): -9422785 or 4143216. OLE color: 4143216.

HSL color Cylindrical-coordinate representation of color #70383F: hue angle of 352.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70383F is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 63 -
CMYK 0 0.50 0.44 0.56
HSL 352.5º 0.33% 0.33% -
HSV(B) 352.5º 0.5% 0.44% -
XYZ 8.99 6.63 5.51 -
YUV 73.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 112 56 63 0 0.50 0.44 0.56 352.5 0.33 0.33
Hex 70 38 3F 0 32 2C 38 160 21 21
Octal 160 70 77 0 62 54 70 540 41 41
Binary 1110000 111000 111111 0 110010 101100 111000 101100000 100001 100001

Color Harmonies of #70383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70383F

Black with #70383F

Text Example


Text Example

White with #70383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70383F; }

 p { color: rgb(112,56,63); }

 H1.HeaderClassName
 {
   color: #70383F;
 }
 .AnyTagClassName
 {
   color: #70383F;
 }
</style>

background-color css

<style>
 a { background-color: #70383F; }

 a { background-color: rgb(112,56,63); }

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

border-color css

<style>
 span { border-color: #70383F; }

 span { border-color: rgb(112,56,63); }

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