#752646

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

Shades of Flirt #752646

Tints of Flirt #752646

Color information

#752646 (or 0x752646) is unknown color: approx Flirt. HEX triplet: 75, 26 and 46. RGB value is (117,38,70). Sum of RGB (Red+Green+Blue) = 117+38+70=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #752646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752646 is #8AD9B9. Grayscale: #414141. Windows color (decimal): -9099706 or 4597365. OLE color: 4597365.

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

Color convert

RGB1173870-
CMYK00.680.400.54
HSL335.7º50.97%30.39%-
HSV(B)335.7º67.52%45.88%-
XYZ9.135.616.4-
YUV65.27130.67164.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=52%
G=16.89%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117387000.680.400.54335.750.9730.39
Hex7526460442836150331e
Octal16546106010450665206336
Binary111010110011010001100100010010100011011010101000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752646; }

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

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

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

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

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

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

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

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