#712849

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

Shades of Flirt #712849

Tints of Flirt #712849

Color information

#712849 (or 0x712849) is unknown color: approx Flirt. HEX triplet: 71, 28 and 49. RGB value is (113,40,73). Sum of RGB (Red+Green+Blue) = 113+40+73=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #712849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712849 is #8ED7B6. Grayscale: #414141. Windows color (decimal): -9361335 or 4794481. OLE color: 4794481.

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

Color convert

RGB1134073-
CMYK00.650.350.56
HSL332.88º47.71%30%-
HSV(B)332.88º64.6%44.31%-
XYZ8.775.516.9-
YUV65.59132.18161.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=50%
G=17.70%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113407300.650.350.56332.8847.7130
Hex712849041233814d301e
Octal16150111010143705156036
Binary111000110100010010010100000110001111100010100110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712849; }

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

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

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

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

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

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

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

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