#713148

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

Shades of Flirt #713148

Tints of Flirt #713148

Color information

#713148 (or 0x713148) is unknown color: approx Flirt. HEX triplet: 71, 31 and 48. RGB value is (113,49,72). Sum of RGB (Red+Green+Blue) = 113+49+72=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713148 is #8ECEB7. Grayscale: #464646. Windows color (decimal): -9359032 or 4731249. OLE color: 4731249.

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

Color convert

RGB1134972-
CMYK00.570.360.56
HSL338.44º39.51%31.76%-
HSV(B)338.44º56.64%44.31%-
XYZ9.086.186.84-
YUV70.76128.7158.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 72 (28.52% from 255) = 30.77%
R=48.29%
G=20.94%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113497200.570.360.56338.4439.5131.76
Hex71314803924381522820
Octal1616111007144705225040
Binary111000111000110010000111001100100111000101010010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713148; }

 p { color: rgb(113,49,72); }

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

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

 a { background-color: rgb(113,49,72); }

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

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

 span { border-color: rgb(113,49,72); }

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