#712946

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

Shades of Flirt #712946

Tints of Flirt #712946

Color information

#712946 (or 0x712946) is unknown color: approx Flirt. HEX triplet: 71, 29 and 46. RGB value is (113,41,70). Sum of RGB (Red+Green+Blue) = 113+41+70=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #712946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712946 is #8ED6B9. Grayscale: #414141. Windows color (decimal): -9361082 or 4598129. OLE color: 4598129.

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

Color convert

RGB1134170-
CMYK00.640.380.56
HSL335.83º46.75%30.2%-
HSV(B)335.83º63.72%44.31%-
XYZ8.715.546.4-
YUV65.83130.35161.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=50.45%
G=18.30%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113417000.640.380.56335.8346.7530.2
Hex71294604026381502f1e
Octal16151106010046705205736
Binary111000110100110001100100000010011011100010101000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712946; }

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

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

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

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

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

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

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

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