#75284F

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

Shades of Flirt #75284F

Tints of Flirt #75284F

Color information

#75284F (or 0x75284F) is unknown color: approx Flirt. HEX triplet: 75, 28 and 4F. RGB value is (117,40,79). Sum of RGB (Red+Green+Blue) = 117+40+79=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #75284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75284F is #8AD7B0. Grayscale: #434343. Windows color (decimal): -9099185 or 5187701. OLE color: 5187701.

HSL color Cylindrical-coordinate representation of color #75284F: hue angle of 329.61º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75284F is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1174079-
CMYK00.660.320.54
HSL329.61º49.04%30.78%-
HSV(B)329.61º65.81%45.88%-
XYZ9.515.868.03-
YUV67.47134.51163.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 40 (16.02% from 255) = 16.95%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=49.58%
G=16.95%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117407900.660.320.54329.6149.0430.78
Hex75284F042203614a311f
Octal16550117010240665126137
Binary111010110100010011110100001010000011011010100101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75284F; }

 p { color: rgb(117,40,79); }

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

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

 a { background-color: rgb(117,40,79); }

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

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

 span { border-color: rgb(117,40,79); }

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