Html Css Color HEX #71333B Merlot

📋 copy color: '#71333B'

red 113 ◦ green 51 ◦ blue 59

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

Shades of Merlot #71333B

Tints of Merlot #71333B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.46%

R = 50.67%
G = 22.87%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#71333B (or 0x71333B) is known color: Merlot. HEX triplet: 71, 33 and 3B. RGB value is (113,51,59). Sum of RGB (Red+Green+Blue) = 113+51+59=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71333B is #8ECCC4. Grayscale: #464646. Windows color (decimal): -9358533 or 3879793. OLE color: 3879793.

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

Color convert

RGB 113 51 59 -
CMYK 0 0.55 0.48 0.56
HSL 352.26º 0.38% 0.32% -
HSV(B) 352.26º 0.55% 0.44% -
XYZ 8.78 6.19 4.87 -
YUV 70.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 113 51 59 0 0.55 0.48 0.56 352.26 0.38 0.32
Hex 71 33 3B 0 37 30 38 160 26 20
Octal 161 63 73 0 67 60 70 540 46 40
Binary 1110001 110011 111011 0 110111 110000 111000 101100000 100110 100000

Color Harmonies of #71333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71333B

Black with #71333B

Text Example


Text Example

White with #71333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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