#713248

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

Shades of Flirt #713248

Tints of Flirt #713248

Color information

#713248 (or 0x713248) is unknown color: approx Flirt. HEX triplet: 71, 32 and 48. RGB value is (113,50,72). Sum of RGB (Red+Green+Blue) = 113+50+72=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #713248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713248 is #8ECDB7. Grayscale: #474747. Windows color (decimal): -9358776 or 4731505. OLE color: 4731505.

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

Color convert

RGB1135072-
CMYK00.560.360.56
HSL339.05º38.65%31.96%-
HSV(B)339.05º55.75%44.31%-
XYZ9.126.266.86-
YUV71.34128.37157.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=48.09%
G=21.28%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113507200.560.360.56339.0538.6531.96
Hex71324803824381532720
Octal1616211007044705234740
Binary111000111001010010000111000100100111000101010011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713248; }

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

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

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

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

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

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

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

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