Html Css Color HEX #71363B Merlot

📋 copy color: '#71363B'

red 113 ◦ green 54 ◦ blue 59

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

Shades of Merlot #71363B

Tints of Merlot #71363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.89%

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

R = 50%
G = 23.89%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71363B (or 0x71363B) is known color: Merlot. HEX triplet: 71, 36 and 3B. RGB value is (113,54,59). Sum of RGB (Red+Green+Blue) = 113+54+59=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71363B is #8EC9C4. Grayscale: #484848. Windows color (decimal): -9357765 or 3880561. OLE color: 3880561.

HSL color Cylindrical-coordinate representation of color #71363B: hue angle of 354.92º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71363B is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 54 59 -
CMYK 0 0.52 0.48 0.56
HSL 354.92º 0.35% 0.33% -
HSV(B) 354.92º 0.52% 0.44% -
XYZ 8.92 6.46 4.92 -
YUV 72.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 113 54 59 0 0.52 0.48 0.56 354.92 0.35 0.33
Hex 71 36 3B 0 34 30 38 163 23 21
Octal 161 66 73 0 64 60 70 543 43 41
Binary 1110001 110110 111011 0 110100 110000 111000 101100011 100011 100001

Color Harmonies of #71363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71363B

Black with #71363B

Text Example


Text Example

White with #71363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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