#75284C

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

Shades of Flirt #75284C

Tints of Flirt #75284C

Color information

#75284C (or 0x75284C) is unknown color: approx Flirt. HEX triplet: 75, 28 and 4C. RGB value is (117,40,76). Sum of RGB (Red+Green+Blue) = 117+40+76=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75284C is #8AD7B3. Grayscale: #434343. Windows color (decimal): -9099188 or 4991093. OLE color: 4991093.

HSL color Cylindrical-coordinate representation of color #75284C: hue angle of 331.95º 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 #75284C is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1174076-
CMYK00.660.350.54
HSL331.95º49.04%30.78%-
HSV(B)331.95º65.81%45.88%-
XYZ9.45.827.47-
YUV67.13133.01163.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=50.21%
G=17.17%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117407600.660.350.54331.9549.0430.78
Hex75284C042233614c311f
Octal16550114010243665146137
Binary111010110100010011000100001010001111011010100110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75284C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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