Html Css Color HEX #71353B Merlot

📋 copy color: '#71353B'

red 113 ◦ green 53 ◦ blue 59

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

Shades of Merlot #71353B

Tints of Merlot #71353B

RGB

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

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

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

R = 50.22%
G = 23.56%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71353B (or 0x71353B) is known color: Merlot. HEX triplet: 71, 35 and 3B. RGB value is (113,53,59). Sum of RGB (Red+Green+Blue) = 113+53+59=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71353B is #8ECAC4. Grayscale: #474747. Windows color (decimal): -9358021 or 3880305. OLE color: 3880305.

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

Color convert

RGB 113 53 59 -
CMYK 0 0.53 0.48 0.56
HSL 354º 0.36% 0.33% -
HSV(B) 354º 0.53% 0.44% -
XYZ 8.87 6.37 4.9 -
YUV 71.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 113 53 59 0 0.53 0.48 0.56 354 0.36 0.33
Hex 71 35 3B 0 35 30 38 162 24 21
Octal 161 65 73 0 65 60 70 542 44 41
Binary 1110001 110101 111011 0 110101 110000 111000 101100010 100100 100001

Color Harmonies of #71353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71353B

Black with #71353B

Text Example


Text Example

White with #71353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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