#712850

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

Shades of Flirt #712850

Tints of Flirt #712850

Color information

#712850 (or 0x712850) is unknown color: approx Flirt. HEX triplet: 71, 28 and 50. RGB value is (113,40,80). Sum of RGB (Red+Green+Blue) = 113+40+80=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #712850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712850 is #8ED7AF. Grayscale: #424242. Windows color (decimal): -9361328 or 5253233. OLE color: 5253233.

HSL color Cylindrical-coordinate representation of color #712850: hue angle of 327.12º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712850 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1134080-
CMYK00.650.290.56
HSL327.12º47.71%30%-
HSV(B)327.12º64.6%44.31%-
XYZ9.025.618.2-
YUV66.39135.68161.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=48.50%
G=17.17%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113408000.650.290.56327.1247.7130
Hex7128500411D38147301e
Octal16150120010135705076036
Binary11100011010001010000010000011110111100010100011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712850; }

 p { color: rgb(113,40,80); }

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

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

 a { background-color: rgb(113,40,80); }

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

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

 span { border-color: rgb(113,40,80); }

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