Html Css Color HEX #70383D Merlot

📋 copy color: '#70383D'

red 112 ◦ green 56 ◦ blue 61

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

Shades of Merlot #70383D

Tints of Merlot #70383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.64%

R = 48.91%
G = 24.45%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#70383D (or 0x70383D) is known color: Merlot. HEX triplet: 70, 38 and 3D. RGB value is (112,56,61). Sum of RGB (Red+Green+Blue) = 112+56+61=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70383D is #8FC7C2. Grayscale: #494949. Windows color (decimal): -9422787 or 4012144. OLE color: 4012144.

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

Color convert

RGB 112 56 61 -
CMYK 0 0.50 0.46 0.56
HSL 354.64º 0.33% 0.33% -
HSV(B) 354.64º 0.5% 0.44% -
XYZ 8.94 6.61 5.22 -
YUV 73.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 112 56 61 0 0.50 0.46 0.56 354.64 0.33 0.33
Hex 70 38 3D 0 32 2E 38 163 21 21
Octal 160 70 75 0 62 56 70 543 41 41
Binary 1110000 111000 111101 0 110010 101110 111000 101100011 100001 100001

Color Harmonies of #70383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70383D

Black with #70383D

Text Example


Text Example

White with #70383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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