Html Css Color HEX #71393C Merlot

📋 copy color: '#71393C'

red 113 ◦ green 57 ◦ blue 60

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

Shades of Merlot #71393C

Tints of Merlot #71393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.78%

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 49.13%
G = 24.78%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71393C (or 0x71393C) is known color: Merlot. HEX triplet: 71, 39 and 3C. RGB value is (113,57,60). Sum of RGB (Red+Green+Blue) = 113+57+60=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71393C is #8EC6C3. Grayscale: #4A4A4A. Windows color (decimal): -9356996 or 3946865. OLE color: 3946865.

HSL color Cylindrical-coordinate representation of color #71393C: hue angle of 356.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71393C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 57 60 -
CMYK 0 0.50 0.47 0.56
HSL 356.79º 0.33% 0.33% -
HSV(B) 356.79º 0.5% 0.44% -
XYZ 9.09 6.76 5.1 -
YUV 74.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 113 57 60 0 0.50 0.47 0.56 356.79 0.33 0.33
Hex 71 39 3C 0 32 2F 38 165 21 21
Octal 161 71 74 0 62 57 70 545 41 41
Binary 1110001 111001 111100 0 110010 101111 111000 101100101 100001 100001

Color Harmonies of #71393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71393C

Black with #71393C

Text Example


Text Example

White with #71393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71393C; }

 p { color: rgb(113,57,60); }

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

background-color css

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

 a { background-color: rgb(113,57,60); }

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

border-color css

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

 span { border-color: rgb(113,57,60); }

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