#713054

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

Shades of Flirt #713054

Tints of Flirt #713054

Color information

#713054 (or 0x713054) is unknown color: approx Flirt. HEX triplet: 71, 30 and 54. RGB value is (113,48,84). Sum of RGB (Red+Green+Blue) = 113+48+84=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #713054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713054 is #8ECFAB. Grayscale: #474747. Windows color (decimal): -9359276 or 5517425. OLE color: 5517425.

HSL color Cylindrical-coordinate representation of color #713054: hue angle of 326.77º 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 #713054 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1134884-
CMYK00.580.260.56
HSL326.77º40.37%31.57%-
HSV(B)326.77º57.52%44.31%-
XYZ9.476.269.1-
YUV71.54135.03157.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=46.12%
G=19.59%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113488400.580.260.56326.7740.3731.57
Hex71305403A1A381472820
Octal1616012407232705075040
Binary11100011100001010100011101011010111000101000111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713054; }

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

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

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

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

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

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

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

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