#75284A

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

Shades of Flirt #75284A

Tints of Flirt #75284A

Color information

#75284A (or 0x75284A) is unknown color: approx Flirt. HEX triplet: 75, 28 and 4A. RGB value is (117,40,74). Sum of RGB (Red+Green+Blue) = 117+40+74=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75284A is #8AD7B5. Grayscale: #424242. Windows color (decimal): -9099190 or 4860021. OLE color: 4860021.

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

Color convert

RGB1174074-
CMYK00.660.370.54
HSL333.51º49.04%30.78%-
HSV(B)333.51º65.81%45.88%-
XYZ9.335.797.11-
YUV66.9132.01163.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=50.65%
G=17.32%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117407400.660.370.54333.5149.0430.78
Hex75284A042253614e311f
Octal16550112010245665166137
Binary111010110100010010100100001010010111011010100111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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