#752847

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

Shades of Flirt #752847

Tints of Flirt #752847

Color information

#752847 (or 0x752847) is unknown color: approx Flirt. HEX triplet: 75, 28 and 47. RGB value is (117,40,71). Sum of RGB (Red+Green+Blue) = 117+40+71=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #752847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752847 is #8AD7B8. Grayscale: #424242. Windows color (decimal): -9099193 or 4663413. OLE color: 4663413.

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

Color convert

RGB1174071-
CMYK00.660.390.54
HSL335.84º49.04%30.78%-
HSV(B)335.84º65.81%45.88%-
XYZ9.235.756.59-
YUV66.56130.51163.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 71 (28.12% from 255) = 31.14%
R=51.32%
G=17.54%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117407100.660.390.54335.8449.0430.78
Hex7528470422736150311f
Octal16550107010247665206137
Binary111010110100010001110100001010011111011010101000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752847; }

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

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

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

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

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

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

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

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