Html Css Color HEX #703238 Merlot

📋 copy color: '#703238'

red 112 ◦ green 50 ◦ blue 56

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

Shades of Merlot #703238

Tints of Merlot #703238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

 BLUE value IS 56 (22.27% from 255) = 25.69%

R = 51.38%
G = 22.94%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#703238 (or 0x703238) is known color: Merlot. HEX triplet: 70, 32 and 38. RGB value is (112,50,56). Sum of RGB (Red+Green+Blue) = 112+50+56=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #703238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703238 is #8FCDC7. Grayscale: #454545. Windows color (decimal): -9424328 or 3682928. OLE color: 3682928.

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

Color convert

RGB 112 50 56 -
CMYK 0 0.55 0.50 0.56
HSL 354.19º 0.38% 0.32% -
HSV(B) 354.19º 0.55% 0.44% -
XYZ 8.54 6.01 4.45 -
YUV 69.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 112 50 56 0 0.55 0.50 0.56 354.19 0.38 0.32
Hex 70 32 38 0 37 32 38 162 26 20
Octal 160 62 70 0 67 62 70 542 46 40
Binary 1110000 110010 111000 0 110111 110010 111000 101100010 100110 100000

Color Harmonies of #703238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703238

Black with #703238

Text Example


Text Example

White with #703238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703238; }

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

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

background-color css

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

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

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

border-color css

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

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

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