#713046

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

Shades of Flirt #713046

Tints of Flirt #713046

Color information

#713046 (or 0x713046) is unknown color: approx Flirt. HEX triplet: 71, 30 and 46. RGB value is (113,48,70). Sum of RGB (Red+Green+Blue) = 113+48+70=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #713046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713046 is #8ECFB9. Grayscale: #454545. Windows color (decimal): -9359290 or 4599921. OLE color: 4599921.

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

Color convert

RGB1134870-
CMYK00.580.380.56
HSL339.69º40.37%31.57%-
HSV(B)339.69º57.52%44.31%-
XYZ8.976.076.49-
YUV69.94128.03158.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=48.92%
G=20.78%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113487000.580.380.56339.6940.3731.57
Hex71304603A26381542820
Octal1616010607246705245040
Binary111000111000010001100111010100110111000101010100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713046; }

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

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

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

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

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

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

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

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