#712A44

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

Shades of Flirt #712A44

Tints of Flirt #712A44

Color information

#712A44 (or 0x712A44) is unknown color: approx Flirt. HEX triplet: 71, 2A and 44. RGB value is (113,42,68). Sum of RGB (Red+Green+Blue) = 113+42+68=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #712A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A44 is #8ED5BB. Grayscale: #424242. Windows color (decimal): -9360828 or 4467313. OLE color: 4467313.

HSL color Cylindrical-coordinate representation of color #712A44: hue angle of 338.03º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A44 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1134268-
CMYK00.630.400.56
HSL338.03º45.81%30.39%-
HSV(B)338.03º62.83%44.31%-
XYZ8.685.586.09-
YUV66.19129.02161.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=50.67%
G=18.83%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113426800.630.400.56338.0345.8130.39
Hex712A4403F28381522e1e
Octal1615210407750705225636
Binary11100011010101000100011111110100011100010101001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712A44; }

 p { color: rgb(113,42,68); }

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

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

 a { background-color: rgb(113,42,68); }

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

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

 span { border-color: rgb(113,42,68); }

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