Html Css Color HEX #71353F Merlot

📋 copy color: '#71353F'

red 113 ◦ green 53 ◦ blue 63

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

Shades of Merlot #71353F

Tints of Merlot #71353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

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

R = 49.34%
G = 23.14%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71353F (or 0x71353F) is known color: Merlot. HEX triplet: 71, 35 and 3F. RGB value is (113,53,63). Sum of RGB (Red+Green+Blue) = 113+53+63=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71353F is #8ECAC0. Grayscale: #484848. Windows color (decimal): -9358017 or 4142449. OLE color: 4142449.

HSL color Cylindrical-coordinate representation of color #71353F: hue angle of 350º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71353F is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 63 -
CMYK 0 0.53 0.44 0.56
HSL 350º 0.36% 0.33% -
HSV(B) 350º 0.53% 0.44% -
XYZ 8.98 6.42 5.47 -
YUV 72.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 113 53 63 0 0.53 0.44 0.56 350 0.36 0.33
Hex 71 35 3F 0 35 2C 38 15E 24 21
Octal 161 65 77 0 65 54 70 536 44 41
Binary 1110001 110101 111111 0 110101 101100 111000 101011110 100100 100001

Color Harmonies of #71353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71353F

Black with #71353F

Text Example


Text Example

White with #71353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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