#752858

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

Shades of Flirt #752858

Tints of Flirt #752858

Color information

#752858 (or 0x752858) is unknown color: approx Flirt. HEX triplet: 75, 28 and 58. RGB value is (117,40,88). Sum of RGB (Red+Green+Blue) = 117+40+88=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #752858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752858 is #8AD7A7. Grayscale: #444444. Windows color (decimal): -9099176 or 5777525. OLE color: 5777525.

HSL color Cylindrical-coordinate representation of color #752858: hue angle of 322.6º 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 #752858 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1174088-
CMYK00.660.250.54
HSL322.6º49.04%30.78%-
HSV(B)322.6º65.81%45.88%-
XYZ9.8669.87-
YUV68.49139.01162.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=47.76%
G=16.33%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117408800.660.250.54322.649.0430.78
Hex7528580421936143311f
Octal16550130010231665036137
Binary11101011010001011000010000101100111011010100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752858; }

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

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

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

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

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

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

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

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