#752849

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

Shades of Flirt #752849

Tints of Flirt #752849

Color information

#752849 (or 0x752849) is unknown color: approx Flirt. HEX triplet: 75, 28 and 49. RGB value is (117,40,73). Sum of RGB (Red+Green+Blue) = 117+40+73=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #752849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752849 is #8AD7B6. Grayscale: #424242. Windows color (decimal): -9099191 or 4794485. OLE color: 4794485.

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

Color convert

RGB1174073-
CMYK00.660.380.54
HSL334.29º49.04%30.78%-
HSV(B)334.29º65.81%45.88%-
XYZ9.35.786.93-
YUV66.78131.51163.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=50.87%
G=17.39%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117407300.660.380.54334.2949.0430.78
Hex752849042263614e311f
Octal16550111010246665166137
Binary111010110100010010010100001010011011011010100111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752849; }

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

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

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

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

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

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

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

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