#75244D

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

Shades of Flirt #75244D

Tints of Flirt #75244D

Color information

#75244D (or 0x75244D) is unknown color: approx Flirt. HEX triplet: 75, 24 and 4D. RGB value is (117,36,77). Sum of RGB (Red+Green+Blue) = 117+36+77=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75244D is #8ADBB2. Grayscale: #404040. Windows color (decimal): -9100211 or 5055605. OLE color: 5055605.

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

Color convert

RGB1173677-
CMYK00.690.340.54
HSL329.63º52.94%30%-
HSV(B)329.63º69.23%45.88%-
XYZ9.315.587.61-
YUV64.89134.84165.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=50.87%
G=15.65%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117367700.690.340.54329.6352.9430
Hex75244D045223614a351e
Octal16544115010542665126536
Binary111010110010010011010100010110001011011010100101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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