Html Css Color HEX #71344E Flirt

📋 copy color: '#71344E'

red 113 ◦ green 52 ◦ blue 78

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

Shades of Flirt #71344E

Tints of Flirt #71344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 46.5%
G = 21.4%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#71344E (or 0x71344E) is known color: Flirt. HEX triplet: 71, 34 and 4E. RGB value is (113,52,78). Sum of RGB (Red+Green+Blue) = 113+52+78=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71344E is #8ECBB1. Grayscale: #494949. Windows color (decimal): -9358258 or 5125233. OLE color: 5125233.

HSL color Cylindrical-coordinate representation of color #71344E: hue angle of 334.43º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71344E is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 78 -
CMYK 0 0.54 0.31 0.56
HSL 334.43º 0.37% 0.32% -
HSV(B) 334.43º 0.54% 0.44% -
XYZ 9.41 6.52 7.97 -
YUV 73.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 113 52 78 0 0.54 0.31 0.56 334.43 0.37 0.32
Hex 71 34 4E 0 36 1F 38 14E 25 20
Octal 161 64 116 0 66 37 70 516 45 40
Binary 1110001 110100 1001110 0 110110 11111 111000 101001110 100101 100000

Color Harmonies of #71344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71344E

Black with #71344E

Text Example


Text Example

White with #71344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71344E; }

 p { color: rgb(113,52,78); }

 H1.HeaderClassName
 {
   color: #71344E;
 }
 .AnyTagClassName
 {
   color: #71344E;
 }
</style>

background-color css

<style>
 a { background-color: #71344E; }

 a { background-color: rgb(113,52,78); }

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

border-color css

<style>
 span { border-color: #71344E; }

 span { border-color: rgb(113,52,78); }

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