Html Css Color HEX #703A3E Merlot

📋 copy color: '#703A3E'

red 112 ◦ green 58 ◦ blue 62

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

Shades of Merlot #703A3E

Tints of Merlot #703A3E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25%

 BLUE value IS 62 (24.61% from 255) = 26.72%

R = 48.28%
G = 25%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#703A3E (or 0x703A3E) is known color: Merlot. HEX triplet: 70, 3A and 3E. RGB value is (112,58,62). Sum of RGB (Red+Green+Blue) = 112+58+62=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703A3E is #8FC5C1. Grayscale: #4A4A4A. Windows color (decimal): -9422274 or 4078192. OLE color: 4078192.

HSL color Cylindrical-coordinate representation of color #703A3E: hue angle of 355.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #703A3E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 58 62 -
CMYK 0 0.48 0.45 0.56
HSL 355.56º 0.32% 0.33% -
HSV(B) 355.56º 0.48% 0.44% -
XYZ 9.06 6.82 5.4 -
YUV 74.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 112 58 62 0 0.48 0.45 0.56 355.56 0.32 0.33
Hex 70 3A 3E 0 30 2D 38 164 20 21
Octal 160 72 76 0 60 55 70 544 40 41
Binary 1110000 111010 111110 0 110000 101101 111000 101100100 100000 100001

Color Harmonies of #703A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A3E

Black with #703A3E

Text Example


Text Example

White with #703A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703A3E; }

 p { color: rgb(112,58,62); }

 H1.HeaderClassName
 {
   color: #703A3E;
 }
 .AnyTagClassName
 {
   color: #703A3E;
 }
</style>

background-color css

<style>
 a { background-color: #703A3E; }

 a { background-color: rgb(112,58,62); }

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

border-color css

<style>
 span { border-color: #703A3E; }

 span { border-color: rgb(112,58,62); }

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