Html Css Color HEX #71323C Merlot

📋 copy color: '#71323C'

red 113 ◦ green 50 ◦ blue 60

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

Shades of Merlot #71323C

Tints of Merlot #71323C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 50.67%
G = 22.42%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71323C (or 0x71323C) is known color: Merlot. HEX triplet: 71, 32 and 3C. RGB value is (113,50,60). Sum of RGB (Red+Green+Blue) = 113+50+60=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71323C is #8ECDC3. Grayscale: #464646. Windows color (decimal): -9358788 or 3945073. OLE color: 3945073.

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

Color convert

RGB 113 50 60 -
CMYK 0 0.56 0.47 0.56
HSL 350.48º 0.39% 0.32% -
HSV(B) 350.48º 0.56% 0.44% -
XYZ 8.77 6.12 4.99 -
YUV 69.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 113 50 60 0 0.56 0.47 0.56 350.48 0.39 0.32
Hex 71 32 3C 0 38 2F 38 15E 27 20
Octal 161 62 74 0 70 57 70 536 47 40
Binary 1110001 110010 111100 0 111000 101111 111000 101011110 100111 100000

Color Harmonies of #71323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71323C

Black with #71323C

Text Example


Text Example

White with #71323C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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