Html Css Color HEX #71383D Merlot

📋 copy color: '#71383D'

red 113 ◦ green 56 ◦ blue 61

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

Shades of Merlot #71383D

Tints of Merlot #71383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

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

R = 49.13%
G = 24.35%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#71383D (or 0x71383D) is known color: Merlot. HEX triplet: 71, 38 and 3D. RGB value is (113,56,61). Sum of RGB (Red+Green+Blue) = 113+56+61=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71383D is #8EC7C2. Grayscale: #494949. Windows color (decimal): -9357251 or 4012145. OLE color: 4012145.

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

Color convert

RGB 113 56 61 -
CMYK 0 0.50 0.46 0.56
HSL 354.74º 0.34% 0.33% -
HSV(B) 354.74º 0.5% 0.44% -
XYZ 9.07 6.68 5.23 -
YUV 73.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 113 56 61 0 0.50 0.46 0.56 354.74 0.34 0.33
Hex 71 38 3D 0 32 2E 38 163 22 21
Octal 161 70 75 0 62 56 70 543 42 41
Binary 1110001 111000 111101 0 110010 101110 111000 101100011 100010 100001

Color Harmonies of #71383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71383D

Black with #71383D

Text Example


Text Example

White with #71383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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