Html Css Color HEX #713235 Merlot

📋 copy color: '#713235'

red 113 ◦ green 50 ◦ blue 53

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

Shades of Merlot #713235

Tints of Merlot #713235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 52.31%
G = 23.15%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#713235 (or 0x713235) is known color: Merlot. HEX triplet: 71, 32 and 35. RGB value is (113,50,53). Sum of RGB (Red+Green+Blue) = 113+50+53=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #713235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713235 is #8ECDCA. Grayscale: #454545. Windows color (decimal): -9358795 or 3486321. OLE color: 3486321.

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

Color convert

RGB 113 50 53 -
CMYK 0 0.56 0.53 0.56
HSL 357.14º 0.39% 0.32% -
HSV(B) 357.14º 0.56% 0.44% -
XYZ 8.59 6.05 4.08 -
YUV 69.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 113 50 53 0 0.56 0.53 0.56 357.14 0.39 0.32
Hex 71 32 35 0 38 35 38 165 27 20
Octal 161 62 65 0 70 65 70 545 47 40
Binary 1110001 110010 110101 0 111000 110101 111000 101100101 100111 100000

Color Harmonies of #713235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713235

Black with #713235

Text Example


Text Example

White with #713235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713235; }

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

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

background-color css

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

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

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

border-color css

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

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

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