#752846

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

Shades of Flirt #752846

Tints of Flirt #752846

Color information

#752846 (or 0x752846) is unknown color: approx Flirt. HEX triplet: 75, 28 and 46. RGB value is (117,40,70). Sum of RGB (Red+Green+Blue) = 117+40+70=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #752846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752846 is #8AD7B9. Grayscale: #424242. Windows color (decimal): -9099194 or 4597877. OLE color: 4597877.

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

Color convert

RGB1174070-
CMYK00.660.400.54
HSL336.62º49.04%30.78%-
HSV(B)336.62º65.81%45.88%-
XYZ9.25.746.42-
YUV66.44130.01164.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=51.54%
G=17.62%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117407000.660.400.54336.6249.0430.78
Hex7528460422836151311f
Octal16550106010250665216137
Binary111010110100010001100100001010100011011010101000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752846; }

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

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

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

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

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

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

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

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