#752442

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

Shades of Flirt #752442

Tints of Flirt #752442

Color information

#752442 (or 0x752442) is unknown color: approx Flirt. HEX triplet: 75, 24 and 42. RGB value is (117,36,66). Sum of RGB (Red+Green+Blue) = 117+36+66=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #752442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752442 is #8ADBBD. Grayscale: #3F3F3F. Windows color (decimal): -9100222 or 4334709. OLE color: 4334709.

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

Color convert

RGB1173666-
CMYK00.690.440.54
HSL337.78º52.94%30%-
HSV(B)337.78º69.23%45.88%-
XYZ8.955.445.73-
YUV63.64129.34166.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=53.42%
G=16.44%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117366600.690.440.54337.7852.9430
Hex7524420452C36152351e
Octal16544102010554665226536
Binary111010110010010000100100010110110011011010101001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752442; }

 p { color: rgb(117,36,66); }

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

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

 a { background-color: rgb(117,36,66); }

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

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

 span { border-color: rgb(117,36,66); }

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