Html Css Color HEX #71314D Flirt

📋 copy color: '#71314D'

red 113 ◦ green 49 ◦ blue 77

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

Shades of Flirt #71314D

Tints of Flirt #71314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.5%

 BLUE value IS 77 (30.47% from 255) = 32.22%

R = 47.28%
G = 20.5%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71314D (or 0x71314D) is known color: Flirt. HEX triplet: 71, 31 and 4D. RGB value is (113,49,77). Sum of RGB (Red+Green+Blue) = 113+49+77=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71314D is #8ECEB2. Grayscale: #474747. Windows color (decimal): -9359027 or 5058929. OLE color: 5058929.

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

Color convert

RGB 113 49 77 -
CMYK 0 0.57 0.32 0.56
HSL 333.75º 0.4% 0.32% -
HSV(B) 333.75º 0.57% 0.44% -
XYZ 9.25 6.24 7.74 -
YUV 71.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 113 49 77 0 0.57 0.32 0.56 333.75 0.4 0.32
Hex 71 31 4D 0 39 20 38 14E 28 20
Octal 161 61 115 0 71 40 70 516 50 40
Binary 1110001 110001 1001101 0 111001 100000 111000 101001110 101000 100000

Color Harmonies of #71314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71314D

Black with #71314D

Text Example


Text Example

White with #71314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,49,77); }

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

background-color css

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

 a { background-color: rgb(113,49,77); }

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

border-color css

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

 span { border-color: rgb(113,49,77); }

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