Html Css Color HEX #71363F Merlot

📋 copy color: '#71363F'

red 113 ◦ green 54 ◦ blue 63

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

Shades of Merlot #71363F

Tints of Merlot #71363F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.39%

R = 49.13%
G = 23.48%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71363F (or 0x71363F) is known color: Merlot. HEX triplet: 71, 36 and 3F. RGB value is (113,54,63). Sum of RGB (Red+Green+Blue) = 113+54+63=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71363F is #8EC9C0. Grayscale: #484848. Windows color (decimal): -9357761 or 4142705. OLE color: 4142705.

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

Color convert

RGB 113 54 63 -
CMYK 0 0.52 0.44 0.56
HSL 350.85º 0.35% 0.33% -
HSV(B) 350.85º 0.52% 0.44% -
XYZ 9.03 6.51 5.48 -
YUV 72.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 113 54 63 0 0.52 0.44 0.56 350.85 0.35 0.33
Hex 71 36 3F 0 34 2C 38 15F 23 21
Octal 161 66 77 0 64 54 70 537 43 41
Binary 1110001 110110 111111 0 110100 101100 111000 101011111 100011 100001

Color Harmonies of #71363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71363F

Black with #71363F

Text Example


Text Example

White with #71363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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