Html Css Color HEX #71323D Merlot

📋 copy color: '#71323D'

red 113 ◦ green 50 ◦ blue 61

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

Shades of Merlot #71323D

Tints of Merlot #71323D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 50.45%
G = 22.32%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71323D (or 0x71323D) is known color: Merlot. HEX triplet: 71, 32 and 3D. RGB value is (113,50,61). Sum of RGB (Red+Green+Blue) = 113+50+61=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71323D is #8ECDC2. Grayscale: #464646. Windows color (decimal): -9358787 or 4010609. OLE color: 4010609.

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

Color convert

RGB 113 50 61 -
CMYK 0 0.56 0.46 0.56
HSL 349.52º 0.39% 0.32% -
HSV(B) 349.52º 0.56% 0.44% -
XYZ 8.79 6.13 5.13 -
YUV 70.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 113 50 61 0 0.56 0.46 0.56 349.52 0.39 0.32
Hex 71 32 3D 0 38 2E 38 15E 27 20
Octal 161 62 75 0 70 56 70 536 47 40
Binary 1110001 110010 111101 0 111000 101110 111000 101011110 100111 100000

Color Harmonies of #71323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71323D

Black with #71323D

Text Example


Text Example

White with #71323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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