#75264C

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

Shades of Flirt #75264C

Tints of Flirt #75264C

Color information

#75264C (or 0x75264C) is unknown color: approx Flirt. HEX triplet: 75, 26 and 4C. RGB value is (117,38,76). Sum of RGB (Red+Green+Blue) = 117+38+76=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75264C is #8AD9B3. Grayscale: #414141. Windows color (decimal): -9099700 or 4990581. OLE color: 4990581.

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

Color convert

RGB1173876-
CMYK00.680.350.54
HSL331.14º50.97%30.39%-
HSV(B)331.14º67.52%45.88%-
XYZ9.335.697.44-
YUV65.95133.67164.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=50.65%
G=16.45%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117387600.680.350.54331.1450.9730.39
Hex75264C044233614b331e
Octal16546114010443665136336
Binary111010110011010011000100010010001111011010100101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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