#712945

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

Shades of Flirt #712945

Tints of Flirt #712945

Color information

#712945 (or 0x712945) is unknown color: approx Flirt. HEX triplet: 71, 29 and 45. RGB value is (113,41,69). Sum of RGB (Red+Green+Blue) = 113+41+69=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #712945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712945 is #8ED6BA. Grayscale: #414141. Windows color (decimal): -9361083 or 4532593. OLE color: 4532593.

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

Color convert

RGB1134169-
CMYK00.640.390.56
HSL336.67º46.75%30.2%-
HSV(B)336.67º63.72%44.31%-
XYZ8.685.536.24-
YUV65.72129.85161.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=50.67%
G=18.39%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113416900.640.390.56336.6746.7530.2
Hex71294504027381512f1e
Octal16151105010047705215736
Binary111000110100110001010100000010011111100010101000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712945; }

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

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

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

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

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

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

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

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