#712A45

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

Shades of Flirt #712A45

Tints of Flirt #712A45

Color information

#712A45 (or 0x712A45) is unknown color: approx Flirt. HEX triplet: 71, 2A and 45. RGB value is (113,42,69). Sum of RGB (Red+Green+Blue) = 113+42+69=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #712A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A45 is #8ED5BA. Grayscale: #424242. Windows color (decimal): -9360827 or 4532849. OLE color: 4532849.

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

Color convert

RGB1134269-
CMYK00.630.390.56
HSL337.18º45.81%30.39%-
HSV(B)337.18º62.83%44.31%-
XYZ8.715.66.25-
YUV66.31129.52161.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=50.45%
G=18.75%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113426900.630.390.56337.1845.8130.39
Hex712A4503F27381512e1e
Octal1615210507747705215636
Binary11100011010101000101011111110011111100010101000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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