Html Css Color HEX #71323E Merlot

📋 copy color: '#71323E'

red 113 ◦ green 50 ◦ blue 62

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

Shades of Merlot #71323E

Tints of Merlot #71323E

RGB

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

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

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

R = 50.22%
G = 22.22%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71323E (or 0x71323E) is known color: Merlot. HEX triplet: 71, 32 and 3E. RGB value is (113,50,62). Sum of RGB (Red+Green+Blue) = 113+50+62=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71323E is #8ECDC1. Grayscale: #464646. Windows color (decimal): -9358786 or 4076145. OLE color: 4076145.

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

Color convert

RGB 113 50 62 -
CMYK 0 0.56 0.45 0.56
HSL 348.57º 0.39% 0.32% -
HSV(B) 348.57º 0.56% 0.44% -
XYZ 8.82 6.14 5.28 -
YUV 70.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 113 50 62 0 0.56 0.45 0.56 348.57 0.39 0.32
Hex 71 32 3E 0 38 2D 38 15D 27 20
Octal 161 62 76 0 70 55 70 535 47 40
Binary 1110001 110010 111110 0 111000 101101 111000 101011101 100111 100000

Color Harmonies of #71323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71323E

Black with #71323E

Text Example


Text Example

White with #71323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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