Html Css Color HEX #71393F Merlot

📋 copy color: '#71393F'

red 113 ◦ green 57 ◦ blue 63

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

Shades of Merlot #71393F

Tints of Merlot #71393F

RGB

 RED value IS 113 (44.53% from 255) = 48.5%

 GREEN value IS 57 (22.66% from 255) = 24.46%

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

R = 48.5%
G = 24.46%
B = 27.04%

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

#71393F (or 0x71393F) is known color: Merlot. HEX triplet: 71, 39 and 3F. RGB value is (113,57,63). Sum of RGB (Red+Green+Blue) = 113+57+63=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #71393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71393F is #8EC6C0. Grayscale: #4A4A4A. Windows color (decimal): -9356993 or 4143473. OLE color: 4143473.

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

Color convert

RGB 113 57 63 -
CMYK 0 0.50 0.44 0.56
HSL 353.57º 0.33% 0.33% -
HSV(B) 353.57º 0.5% 0.44% -
XYZ 9.17 6.8 5.53 -
YUV 74.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 113 57 63 0 0.50 0.44 0.56 353.57 0.33 0.33
Hex 71 39 3F 0 32 2C 38 162 21 21
Octal 161 71 77 0 62 54 70 542 41 41
Binary 1110001 111001 111111 0 110010 101100 111000 101100010 100001 100001

Color Harmonies of #71393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71393F

Black with #71393F

Text Example


Text Example

White with #71393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,57,63); }

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

background-color css

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

 a { background-color: rgb(113,57,63); }

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

border-color css

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

 span { border-color: rgb(113,57,63); }

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