Html Css Color HEX #71333A Merlot

📋 copy color: '#71333A'

red 113 ◦ green 51 ◦ blue 58

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

Shades of Merlot #71333A

Tints of Merlot #71333A

RGB

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

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

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

R = 50.9%
G = 22.97%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71333A (or 0x71333A) is known color: Merlot. HEX triplet: 71, 33 and 3A. RGB value is (113,51,58). Sum of RGB (Red+Green+Blue) = 113+51+58=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71333A is #8ECCC5. Grayscale: #464646. Windows color (decimal): -9358534 or 3814257. OLE color: 3814257.

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

Color convert

RGB 113 51 58 -
CMYK 0 0.55 0.49 0.56
HSL 353.23º 0.38% 0.32% -
HSV(B) 353.23º 0.55% 0.44% -
XYZ 8.76 6.18 4.74 -
YUV 70.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 113 51 58 0 0.55 0.49 0.56 353.23 0.38 0.32
Hex 71 33 3A 0 37 31 38 161 26 20
Octal 161 63 72 0 67 61 70 541 46 40
Binary 1110001 110011 111010 0 110111 110001 111000 101100001 100110 100000

Color Harmonies of #71333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71333A

Black with #71333A

Text Example


Text Example

White with #71333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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