#712846

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

Shades of Flirt #712846

Tints of Flirt #712846

Color information

#712846 (or 0x712846) is unknown color: approx Flirt. HEX triplet: 71, 28 and 46. RGB value is (113,40,70). Sum of RGB (Red+Green+Blue) = 113+40+70=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #712846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712846 is #8ED7B9. Grayscale: #414141. Windows color (decimal): -9361338 or 4597873. OLE color: 4597873.

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

Color convert

RGB1134070-
CMYK00.650.380.56
HSL335.34º47.71%30%-
HSV(B)335.34º64.6%44.31%-
XYZ8.675.476.39-
YUV65.25130.68162.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=50.67%
G=17.94%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113407000.650.380.56335.3447.7130
Hex712846041263814f301e
Octal16150106010146705176036
Binary111000110100010001100100000110011011100010100111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712846; }

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

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

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

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

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

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

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

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