Html Css Color HEX #71363A Merlot

📋 copy color: '#71363A'

red 113 ◦ green 54 ◦ blue 58

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

Shades of Merlot #71363A

Tints of Merlot #71363A

RGB

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

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

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

R = 50.22%
G = 24%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71363A (or 0x71363A) is known color: Merlot. HEX triplet: 71, 36 and 3A. RGB value is (113,54,58). Sum of RGB (Red+Green+Blue) = 113+54+58=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71363A is #8EC9C5. Grayscale: #484848. Windows color (decimal): -9357766 or 3815025. OLE color: 3815025.

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

Color convert

RGB 113 54 58 -
CMYK 0 0.52 0.49 0.56
HSL 355.93º 0.35% 0.33% -
HSV(B) 355.93º 0.52% 0.44% -
XYZ 8.89 6.45 4.78 -
YUV 72.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 113 54 58 0 0.52 0.49 0.56 355.93 0.35 0.33
Hex 71 36 3A 0 34 31 38 164 23 21
Octal 161 66 72 0 64 61 70 544 43 41
Binary 1110001 110110 111010 0 110100 110001 111000 101100100 100011 100001

Color Harmonies of #71363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71363A

Black with #71363A

Text Example


Text Example

White with #71363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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