#752445

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

Shades of Flirt #752445

Tints of Flirt #752445

Color information

#752445 (or 0x752445) is unknown color: approx Flirt. HEX triplet: 75, 24 and 45. RGB value is (117,36,69). Sum of RGB (Red+Green+Blue) = 117+36+69=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #752445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752445 is #8ADBBA. Grayscale: #3F3F3F. Windows color (decimal): -9100219 or 4531317. OLE color: 4531317.

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

Color convert

RGB1173669-
CMYK00.690.410.54
HSL335.56º52.94%30%-
HSV(B)335.56º69.23%45.88%-
XYZ9.045.476.21-
YUV63.98130.84165.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 69 (27.34% from 255) = 31.08%
R=52.70%
G=16.22%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117366900.690.410.54335.5652.9430
Hex7524450452936150351e
Octal16544105010551665206536
Binary111010110010010001010100010110100111011010101000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752445; }

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

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

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

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

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

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

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

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