#752748

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

Shades of Flirt #752748

Tints of Flirt #752748

Color information

#752748 (or 0x752748) is unknown color: approx Flirt. HEX triplet: 75, 27 and 48. RGB value is (117,39,72). Sum of RGB (Red+Green+Blue) = 117+39+72=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #752748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752748 is #8AD8B7. Grayscale: #424242. Windows color (decimal): -9099448 or 4728693. OLE color: 4728693.

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

Color convert

RGB1173972-
CMYK00.670.380.54
HSL334.62º50%30.59%-
HSV(B)334.62º66.67%45.88%-
XYZ9.235.76.74-
YUV66.08131.34164.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=51.32%
G=17.11%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117397200.670.380.54334.625030.59
Hex752748043263614f321f
Octal16547110010346665176237
Binary111010110011110010000100001110011011011010100111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752748; }

 p { color: rgb(117,39,72); }

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

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

 a { background-color: rgb(117,39,72); }

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

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

 span { border-color: rgb(117,39,72); }

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