Html Css Color HEX #71333F Merlot

📋 copy color: '#71333F'

red 113 ◦ green 51 ◦ blue 63

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

Shades of Merlot #71333F

Tints of Merlot #71333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.47%

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

R = 49.78%
G = 22.47%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#71333F (or 0x71333F) is known color: Merlot. HEX triplet: 71, 33 and 3F. RGB value is (113,51,63). Sum of RGB (Red+Green+Blue) = 113+51+63=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71333F is #8ECCC0. Grayscale: #464646. Windows color (decimal): -9358529 or 4141937. OLE color: 4141937.

HSL color Cylindrical-coordinate representation of color #71333F: hue angle of 348.39º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71333F is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 63 -
CMYK 0 0.55 0.44 0.56
HSL 348.39º 0.38% 0.32% -
HSV(B) 348.39º 0.55% 0.44% -
XYZ 8.89 6.24 5.44 -
YUV 70.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 113 51 63 0 0.55 0.44 0.56 348.39 0.38 0.32
Hex 71 33 3F 0 37 2C 38 15C 26 20
Octal 161 63 77 0 67 54 70 534 46 40
Binary 1110001 110011 111111 0 110111 101100 111000 101011100 100110 100000

Color Harmonies of #71333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71333F

Black with #71333F

Text Example


Text Example

White with #71333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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