#752548

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

Shades of Flirt #752548

Tints of Flirt #752548

Color information

#752548 (or 0x752548) is unknown color: approx Flirt. HEX triplet: 75, 25 and 48. RGB value is (117,37,72). Sum of RGB (Red+Green+Blue) = 117+37+72=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #752548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752548 is #8ADAB7. Grayscale: #404040. Windows color (decimal): -9099960 or 4728181. OLE color: 4728181.

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

Color convert

RGB1173772-
CMYK00.680.380.54
HSL333.75º51.95%30.2%-
HSV(B)333.75º68.38%45.88%-
XYZ9.175.576.72-
YUV64.91132165.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.77%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=51.77%
G=16.37%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117377200.680.380.54333.7551.9530.2
Hex752548044263614e341e
Octal16545110010446665166436
Binary111010110010110010000100010010011011011010100111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752548; }

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

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

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

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

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

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

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

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