Html Css Color HEX #71314F Flirt

📋 copy color: '#71314F'

red 113 ◦ green 49 ◦ blue 79

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

Shades of Flirt #71314F

Tints of Flirt #71314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.78%

R = 46.89%
G = 20.33%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71314F (or 0x71314F) is known color: Flirt. HEX triplet: 71, 31 and 4F. RGB value is (113,49,79). Sum of RGB (Red+Green+Blue) = 113+49+79=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71314F is #8ECEB0. Grayscale: #474747. Windows color (decimal): -9359025 or 5190001. OLE color: 5190001.

HSL color Cylindrical-coordinate representation of color #71314F: hue angle of 331.88º 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 #71314F is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 79 -
CMYK 0 0.57 0.30 0.56
HSL 331.88º 0.4% 0.32% -
HSV(B) 331.88º 0.57% 0.44% -
XYZ 9.32 6.27 8.12 -
YUV 71.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 113 49 79 0 0.57 0.30 0.56 331.88 0.4 0.32
Hex 71 31 4F 0 39 1E 38 14C 28 20
Octal 161 61 117 0 71 36 70 514 50 40
Binary 1110001 110001 1001111 0 111001 11110 111000 101001100 101000 100000

Color Harmonies of #71314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71314F

Black with #71314F

Text Example


Text Example

White with #71314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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