#75314E

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

Shades of Flirt #75314E

Tints of Flirt #75314E

Color information

#75314E (or 0x75314E) is unknown color: approx Flirt. HEX triplet: 75, 31 and 4E. RGB value is (117,49,78). Sum of RGB (Red+Green+Blue) = 117+49+78=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75314E is #8ACEB1. Grayscale: #484848. Windows color (decimal): -9096882 or 5124469. OLE color: 5124469.

HSL color Cylindrical-coordinate representation of color #75314E: hue angle of 334.41º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75314E is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1174978-
CMYK00.580.330.54
HSL334.41º40.96%32.55%-
HSV(B)334.41º58.12%45.88%-
XYZ9.816.537.95-
YUV72.64131.03159.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=47.95%
G=20.08%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117497800.580.330.54334.4140.9632.55
Hex75314E03A213614e2921
Octal1656111607241665165141
Binary111010111000110011100111010100001110110101001110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75314E; }

 p { color: rgb(117,49,78); }

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

<style>
 a { background-color: #75314E; }

 a { background-color: rgb(117,49,78); }

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

<style>
 span { border-color: #75314E; }

 span { border-color: rgb(117,49,78); }

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