Html Css Color HEX #71323B Merlot

📋 copy color: '#71323B'

red 113 ◦ green 50 ◦ blue 59

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

Shades of Merlot #71323B

Tints of Merlot #71323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.58%

R = 50.9%
G = 22.52%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71323B (or 0x71323B) is known color: Merlot. HEX triplet: 71, 32 and 3B. RGB value is (113,50,59). Sum of RGB (Red+Green+Blue) = 113+50+59=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71323B is #8ECDC4. Grayscale: #454545. Windows color (decimal): -9358789 or 3879537. OLE color: 3879537.

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

Color convert

RGB 113 50 59 -
CMYK 0 0.56 0.48 0.56
HSL 351.43º 0.39% 0.32% -
HSV(B) 351.43º 0.56% 0.44% -
XYZ 8.74 6.11 4.86 -
YUV 69.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 113 50 59 0 0.56 0.48 0.56 351.43 0.39 0.32
Hex 71 32 3B 0 38 30 38 15F 27 20
Octal 161 62 73 0 70 60 70 537 47 40
Binary 1110001 110010 111011 0 111000 110000 111000 101011111 100111 100000

Color Harmonies of #71323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71323B

Black with #71323B

Text Example


Text Example

White with #71323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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