Html Css Color HEX #71284F Flirt

📋 copy color: '#71284F'

red 113 ◦ green 40 ◦ blue 79

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

Shades of Flirt #71284F

Tints of Flirt #71284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

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

R = 48.71%
G = 17.24%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71284F (or 0x71284F) is known color: Flirt. HEX triplet: 71, 28 and 4F. RGB value is (113,40,79). Sum of RGB (Red+Green+Blue) = 113+40+79=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #71284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71284F is #8ED7B0. Grayscale: #424242. Windows color (decimal): -9361329 or 5187697. OLE color: 5187697.

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

Color convert

RGB 113 40 79 -
CMYK 0 0.65 0.30 0.56
HSL 327.95º 0.48% 0.3% -
HSV(B) 327.95º 0.65% 0.44% -
XYZ 8.98 5.59 8 -
YUV 66.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 113 40 79 0 0.65 0.30 0.56 327.95 0.48 0.3
Hex 71 28 4F 0 41 1E 38 148 30 1E
Octal 161 50 117 0 101 36 70 510 60 36
Binary 1110001 101000 1001111 0 1000001 11110 111000 101001000 110000 11110

Color Harmonies of #71284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71284F

Black with #71284F

Text Example


Text Example

White with #71284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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