#713245

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

Shades of Flirt #713245

Tints of Flirt #713245

Color information

#713245 (or 0x713245) is unknown color: approx Flirt. HEX triplet: 71, 32 and 45. RGB value is (113,50,69). Sum of RGB (Red+Green+Blue) = 113+50+69=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #713245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713245 is #8ECDBA. Grayscale: #464646. Windows color (decimal): -9358779 or 4534897. OLE color: 4534897.

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

Color convert

RGB1135069-
CMYK00.560.390.56
HSL341.9º38.65%31.96%-
HSV(B)341.9º55.75%44.31%-
XYZ9.026.226.36-
YUV71126.87157.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=48.71%
G=21.55%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113506900.560.390.56341.938.6531.96
Hex71324503827381562720
Octal1616210507047705264740
Binary111000111001010001010111000100111111000101010110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713245; }

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

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

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

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

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

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

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

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