#75244E

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

Shades of Flirt #75244E

Tints of Flirt #75244E

Color information

#75244E (or 0x75244E) is unknown color: approx Flirt. HEX triplet: 75, 24 and 4E. RGB value is (117,36,78). Sum of RGB (Red+Green+Blue) = 117+36+78=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75244E is #8ADBB1. Grayscale: #404040. Windows color (decimal): -9100210 or 5121141. OLE color: 5121141.

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

Color convert

RGB1173678-
CMYK00.690.330.54
HSL328.89º52.94%30%-
HSV(B)328.89º69.23%45.88%-
XYZ9.345.597.8-
YUV65.01135.34165.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=50.65%
G=15.58%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117367800.690.330.54328.8952.9430
Hex75244E0452136149351e
Octal16544116010541665116536
Binary111010110010010011100100010110000111011010100100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75244E; }

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

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

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

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

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

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

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

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