Html Css Color HEX #71353A Merlot

📋 copy color: '#71353A'

red 113 ◦ green 53 ◦ blue 58

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

Shades of Merlot #71353A

Tints of Merlot #71353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.89%

R = 50.45%
G = 23.66%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71353A (or 0x71353A) is known color: Merlot. HEX triplet: 71, 35 and 3A. RGB value is (113,53,58). Sum of RGB (Red+Green+Blue) = 113+53+58=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71353A is #8ECAC5. Grayscale: #474747. Windows color (decimal): -9358022 or 3814769. OLE color: 3814769.

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

Color convert

RGB 113 53 58 -
CMYK 0 0.53 0.49 0.56
HSL 355º 0.36% 0.33% -
HSV(B) 355º 0.53% 0.44% -
XYZ 8.85 6.36 4.76 -
YUV 71.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 113 53 58 0 0.53 0.49 0.56 355 0.36 0.33
Hex 71 35 3A 0 35 31 38 163 24 21
Octal 161 65 72 0 65 61 70 543 44 41
Binary 1110001 110101 111010 0 110101 110001 111000 101100011 100100 100001

Color Harmonies of #71353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71353A

Black with #71353A

Text Example


Text Example

White with #71353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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