Html Css Color HEX #71323A Merlot

📋 copy color: '#71323A'

red 113 ◦ green 50 ◦ blue 58

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

Shades of Merlot #71323A

Tints of Merlot #71323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 51.13%
G = 22.62%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71323A (or 0x71323A) is known color: Merlot. HEX triplet: 71, 32 and 3A. RGB value is (113,50,58). Sum of RGB (Red+Green+Blue) = 113+50+58=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71323A is #8ECDC5. Grayscale: #454545. Windows color (decimal): -9358790 or 3814001. OLE color: 3814001.

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

Color convert

RGB 113 50 58 -
CMYK 0 0.56 0.49 0.56
HSL 352.38º 0.39% 0.32% -
HSV(B) 352.38º 0.56% 0.44% -
XYZ 8.71 6.1 4.72 -
YUV 69.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 113 50 58 0 0.56 0.49 0.56 352.38 0.39 0.32
Hex 71 32 3A 0 38 31 38 160 27 20
Octal 161 62 72 0 70 61 70 540 47 40
Binary 1110001 110010 111010 0 111000 110001 111000 101100000 100111 100000

Color Harmonies of #71323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71323A

Black with #71323A

Text Example


Text Example

White with #71323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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