Html Css Color HEX #71303E Merlot

📋 copy color: '#71303E'

red 113 ◦ green 48 ◦ blue 62

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

Shades of Merlot #71303E

Tints of Merlot #71303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.52%

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

R = 50.67%
G = 21.52%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71303E (or 0x71303E) is known color: Merlot. HEX triplet: 71, 30 and 3E. RGB value is (113,48,62). Sum of RGB (Red+Green+Blue) = 113+48+62=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71303E is #8ECFC1. Grayscale: #454545. Windows color (decimal): -9359298 or 4075633. OLE color: 4075633.

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

Color convert

RGB 113 48 62 -
CMYK 0 0.58 0.45 0.56
HSL 347.08º 0.4% 0.32% -
HSV(B) 347.08º 0.58% 0.44% -
XYZ 8.74 5.97 5.25 -
YUV 69.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 113 48 62 0 0.58 0.45 0.56 347.08 0.4 0.32
Hex 71 30 3E 0 3A 2D 38 15B 28 20
Octal 161 60 76 0 72 55 70 533 50 40
Binary 1110001 110000 111110 0 111010 101101 111000 101011011 101000 100000

Color Harmonies of #71303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71303E

Black with #71303E

Text Example


Text Example

White with #71303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71303E; }

 p { color: rgb(113,48,62); }

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

background-color css

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

 a { background-color: rgb(113,48,62); }

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

border-color css

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

 span { border-color: rgb(113,48,62); }

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