#71384F

Color #71384F Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #71384F

Tints of Flirt #71384F

Color information

#71384F (or 0x71384F) is unknown color: approx Flirt. HEX triplet: 71, 38 and 4F. RGB value is (113,56,79). Sum of RGB (Red+Green+Blue) = 113+56+79=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #71384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71384F is #8EC7B0. Grayscale: #4B4B4B. Windows color (decimal): -9357233 or 5191793. OLE color: 5191793.

HSL color Cylindrical-coordinate representation of color #71384F: hue angle of 335.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71384F is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1135679-
CMYK00.500.300.56
HSL335.79º33.73%33.14%-
HSV(B)335.79º50.44%44.31%-
XYZ9.646.98.22-
YUV75.66129.88154.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.56%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=45.56%
G=22.58%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113567900.500.300.56335.7933.7333.14
Hex71384F0321E381502221
Octal1617011706236705204241
Binary11100011110001001111011001011110111000101010000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71384F;
 }
 .AnyTagClassName
 {
   color: #71384F;
 }
</style>
background-color css

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

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

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

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

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

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