Html Css Color HEX #71344F Flirt

📋 copy color: '#71344F'

red 113 ◦ green 52 ◦ blue 79

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

Shades of Flirt #71344F

Tints of Flirt #71344F

RGB

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

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

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

R = 46.31%
G = 21.31%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71344F (or 0x71344F) is known color: Flirt. HEX triplet: 71, 34 and 4F. RGB value is (113,52,79). Sum of RGB (Red+Green+Blue) = 113+52+79=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71344F is #8ECBB0. Grayscale: #494949. Windows color (decimal): -9358257 or 5190769. OLE color: 5190769.

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

Color convert

RGB 113 52 79 -
CMYK 0 0.54 0.30 0.56
HSL 333.44º 0.37% 0.32% -
HSV(B) 333.44º 0.54% 0.44% -
XYZ 9.45 6.53 8.16 -
YUV 73.32 131.21 156.3 -
System Red Green Blue C M Y K H S L
Decimal 113 52 79 0 0.54 0.30 0.56 333.44 0.37 0.32
Hex 71 34 4F 0 36 1E 38 14D 25 20
Octal 161 64 117 0 66 36 70 515 45 40
Binary 1110001 110100 1001111 0 110110 11110 111000 101001101 100101 100000

Color Harmonies of #71344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71344F

Black with #71344F

Text Example


Text Example

White with #71344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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