Html Css Color HEX #71333D Merlot

📋 copy color: '#71333D'

red 113 ◦ green 51 ◦ blue 61

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

Shades of Merlot #71333D

Tints of Merlot #71333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.11%

R = 50.22%
G = 22.67%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71333D (or 0x71333D) is known color: Merlot. HEX triplet: 71, 33 and 3D. RGB value is (113,51,61). Sum of RGB (Red+Green+Blue) = 113+51+61=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71333D is #8ECCC2. Grayscale: #464646. Windows color (decimal): -9358531 or 4010865. OLE color: 4010865.

HSL color Cylindrical-coordinate representation of color #71333D: hue angle of 350.32º 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 #71333D is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 51 61 -
CMYK 0 0.55 0.46 0.56
HSL 350.32º 0.38% 0.32% -
HSV(B) 350.32º 0.55% 0.44% -
XYZ 8.84 6.22 5.15 -
YUV 70.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 113 51 61 0 0.55 0.46 0.56 350.32 0.38 0.32
Hex 71 33 3D 0 37 2E 38 15E 26 20
Octal 161 63 75 0 67 56 70 536 46 40
Binary 1110001 110011 111101 0 110111 101110 111000 101011110 100110 100000

Color Harmonies of #71333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71333D

Black with #71333D

Text Example


Text Example

White with #71333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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