#75314D

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

Shades of Flirt #75314D

Tints of Flirt #75314D

Color information

#75314D (or 0x75314D) is unknown color: approx Flirt. HEX triplet: 75, 31 and 4D. RGB value is (117,49,77). Sum of RGB (Red+Green+Blue) = 117+49+77=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75314D is #8ACEB2. Grayscale: #484848. Windows color (decimal): -9096883 or 5058933. OLE color: 5058933.

HSL color Cylindrical-coordinate representation of color #75314D: hue angle of 335.29º 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 #75314D is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1174977-
CMYK00.580.340.54
HSL335.29º40.96%32.55%-
HSV(B)335.29º58.12%45.88%-
XYZ9.776.517.76-
YUV72.52130.53159.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.15%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=48.15%
G=20.16%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117497700.580.340.54335.2940.9632.55
Hex75314D03A223614f2921
Octal1656111507242665175141
Binary111010111000110011010111010100010110110101001111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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