Html Css Color HEX #71323F Merlot

📋 copy color: '#71323F'

red 113 ◦ green 50 ◦ blue 63

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

Shades of Merlot #71323F

Tints of Merlot #71323F

RGB

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

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

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

R = 50%
G = 22.12%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71323F (or 0x71323F) is known color: Merlot. HEX triplet: 71, 32 and 3F. RGB value is (113,50,63). Sum of RGB (Red+Green+Blue) = 113+50+63=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71323F is #8ECDC0. Grayscale: #464646. Windows color (decimal): -9358785 or 4141681. OLE color: 4141681.

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

Color convert

RGB 113 50 63 -
CMYK 0 0.56 0.44 0.56
HSL 347.62º 0.39% 0.32% -
HSV(B) 347.62º 0.56% 0.44% -
XYZ 8.85 6.15 5.42 -
YUV 70.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 113 50 63 0 0.56 0.44 0.56 347.62 0.39 0.32
Hex 71 32 3F 0 38 2C 38 15C 27 20
Octal 161 62 77 0 70 54 70 534 47 40
Binary 1110001 110010 111111 0 111000 101100 111000 101011100 100111 100000

Color Harmonies of #71323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71323F

Black with #71323F

Text Example


Text Example

White with #71323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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