#752854

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

Shades of Flirt #752854

Tints of Flirt #752854

Color information

#752854 (or 0x752854) is unknown color: approx Flirt. HEX triplet: 75, 28 and 54. RGB value is (117,40,84). Sum of RGB (Red+Green+Blue) = 117+40+84=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #752854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752854 is #8AD7AB. Grayscale: #434343. Windows color (decimal): -9099180 or 5515381. OLE color: 5515381.

HSL color Cylindrical-coordinate representation of color #752854: hue angle of 325.71º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752854 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB1174084-
CMYK00.660.280.54
HSL325.71º49.04%30.78%-
HSV(B)325.71º65.81%45.88%-
XYZ9.75.949.02-
YUV68.04137.01162.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=48.55%
G=16.60%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117408400.660.280.54325.7149.0430.78
Hex7528540421C36146311f
Octal16550124010234665066137
Binary11101011010001010100010000101110011011010100011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752854; }

 p { color: rgb(117,40,84); }

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

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

 a { background-color: rgb(117,40,84); }

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

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

 span { border-color: rgb(117,40,84); }

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