#752850

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

Shades of Flirt #752850

Tints of Flirt #752850

Color information

#752850 (or 0x752850) is unknown color: approx Flirt. HEX triplet: 75, 28 and 50. RGB value is (117,40,80). Sum of RGB (Red+Green+Blue) = 117+40+80=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #752850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752850 is #8AD7AF. Grayscale: #434343. Windows color (decimal): -9099184 or 5253237. OLE color: 5253237.

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

Color convert

RGB1174080-
CMYK00.660.320.54
HSL328.83º49.04%30.78%-
HSV(B)328.83º65.81%45.88%-
XYZ9.545.888.22-
YUV67.58135.01163.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=49.37%
G=16.88%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117408000.660.320.54328.8349.0430.78
Hex7528500422036149311f
Octal16550120010240665116137
Binary111010110100010100000100001010000011011010100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752850; }

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

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

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

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

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

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

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

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