#75264A

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

Shades of Flirt #75264A

Tints of Flirt #75264A

Color information

#75264A (or 0x75264A) is unknown color: approx Flirt. HEX triplet: 75, 26 and 4A. RGB value is (117,38,74). Sum of RGB (Red+Green+Blue) = 117+38+74=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75264A is #8AD9B5. Grayscale: #414141. Windows color (decimal): -9099702 or 4859509. OLE color: 4859509.

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

Color convert

RGB1173874-
CMYK00.680.370.54
HSL332.66º50.97%30.39%-
HSV(B)332.66º67.52%45.88%-
XYZ9.275.667.08-
YUV65.72132.67164.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=51.09%
G=16.59%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117387400.680.370.54332.6650.9730.39
Hex75264A044253614d331e
Octal16546112010445665156336
Binary111010110011010010100100010010010111011010100110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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