#75264F

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

Shades of Flirt #75264F

Tints of Flirt #75264F

Color information

#75264F (or 0x75264F) is unknown color: approx Flirt. HEX triplet: 75, 26 and 4F. RGB value is (117,38,79). Sum of RGB (Red+Green+Blue) = 117+38+79=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75264F is #8AD9B0. Grayscale: #424242. Windows color (decimal): -9099697 or 5187189. OLE color: 5187189.

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

Color convert

RGB1173879-
CMYK00.680.320.54
HSL328.86º50.97%30.39%-
HSV(B)328.86º67.52%45.88%-
XYZ9.445.738.01-
YUV66.29135.17164.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=50%
G=16.24%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117387900.680.320.54328.8650.9730.39
Hex75264F0442036149331e
Octal16546117010440665116336
Binary111010110011010011110100010010000011011010100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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