#712950

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

Shades of Flirt #712950

Tints of Flirt #712950

Color information

#712950 (or 0x712950) is unknown color: approx Flirt. HEX triplet: 71, 29 and 50. RGB value is (113,41,80). Sum of RGB (Red+Green+Blue) = 113+41+80=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #712950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712950 is #8ED6AF. Grayscale: #424242. Windows color (decimal): -9361072 or 5253489. OLE color: 5253489.

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

Color convert

RGB1134180-
CMYK00.640.290.56
HSL327.5º46.75%30.2%-
HSV(B)327.5º63.72%44.31%-
XYZ9.055.688.21-
YUV66.97135.35160.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.29%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=48.29%
G=17.52%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113418000.640.290.56327.546.7530.2
Hex7129500401D381482f1e
Octal16151120010035705105736
Binary11100011010011010000010000001110111100010100100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712950; }

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

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

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

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

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

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

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

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