Html Css Color HEX #71304F Flirt

📋 copy color: '#71304F'

red 113 ◦ green 48 ◦ blue 79

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

Shades of Flirt #71304F

Tints of Flirt #71304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

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

R = 47.08%
G = 20%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71304F (or 0x71304F) is known color: Flirt. HEX triplet: 71, 30 and 4F. RGB value is (113,48,79). Sum of RGB (Red+Green+Blue) = 113+48+79=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71304F is #8ECFB0. Grayscale: #464646. Windows color (decimal): -9359281 or 5189745. OLE color: 5189745.

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

Color convert

RGB 113 48 79 -
CMYK 0 0.58 0.30 0.56
HSL 331.38º 0.4% 0.32% -
HSV(B) 331.38º 0.58% 0.44% -
XYZ 9.28 6.19 8.1 -
YUV 70.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 113 48 79 0 0.58 0.30 0.56 331.38 0.4 0.32
Hex 71 30 4F 0 3A 1E 38 14B 28 20
Octal 161 60 117 0 72 36 70 513 50 40
Binary 1110001 110000 1001111 0 111010 11110 111000 101001011 101000 100000

Color Harmonies of #71304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71304F

Black with #71304F

Text Example


Text Example

White with #71304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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