#71294C

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

Shades of Flirt #71294C

Tints of Flirt #71294C

Color information

#71294C (or 0x71294C) is unknown color: approx Flirt. HEX triplet: 71, 29 and 4C. RGB value is (113,41,76). Sum of RGB (Red+Green+Blue) = 113+41+76=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71294C is #8ED6B3. Grayscale: #424242. Windows color (decimal): -9361076 or 4991345. OLE color: 4991345.

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

Color convert

RGB1134176-
CMYK00.640.330.56
HSL330.83º46.75%30.2%-
HSV(B)330.83º63.72%44.31%-
XYZ8.915.627.45-
YUV66.52133.35161.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 41 (16.41% from 255) = 17.83%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=49.13%
G=17.83%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113417600.640.330.56330.8346.7530.2
Hex71294C040213814b2f1e
Octal16151114010041705135736
Binary111000110100110011000100000010000111100010100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71294C; }

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

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

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

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

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

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

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

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