Html Css Color HEX #71353E Merlot

📋 copy color: '#71353E'

red 113 ◦ green 53 ◦ blue 62

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

Shades of Merlot #71353E

Tints of Merlot #71353E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.19%

R = 49.56%
G = 23.25%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71353E (or 0x71353E) is known color: Merlot. HEX triplet: 71, 35 and 3E. RGB value is (113,53,62). Sum of RGB (Red+Green+Blue) = 113+53+62=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71353E is #8ECAC1. Grayscale: #474747. Windows color (decimal): -9358018 or 4076913. OLE color: 4076913.

HSL color Cylindrical-coordinate representation of color #71353E: hue angle of 351º 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 #71353E is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 62 -
CMYK 0 0.53 0.45 0.56
HSL 351º 0.36% 0.33% -
HSV(B) 351º 0.53% 0.44% -
XYZ 8.95 6.4 5.32 -
YUV 71.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 113 53 62 0 0.53 0.45 0.56 351 0.36 0.33
Hex 71 35 3E 0 35 2D 38 15F 24 21
Octal 161 65 76 0 65 55 70 537 44 41
Binary 1110001 110101 111110 0 110101 101101 111000 101011111 100100 100001

Color Harmonies of #71353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71353E

Black with #71353E

Text Example


Text Example

White with #71353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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