#75394E

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

Shades of Flirt #75394E

Tints of Flirt #75394E

Color information

#75394E (or 0x75394E) is unknown color: approx Flirt. HEX triplet: 75, 39 and 4E. RGB value is (117,57,78). Sum of RGB (Red+Green+Blue) = 117+57+78=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #75394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75394E is #8AC6B1. Grayscale: #4D4D4D. Windows color (decimal): -9094834 or 5126517. OLE color: 5126517.

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

Color convert

RGB1175778-
CMYK00.510.330.54
HSL339º34.48%34.12%-
HSV(B)339º51.28%45.88%-
XYZ10.177.268.07-
YUV77.33128.38156.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=46.43%
G=22.62%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117577800.510.330.5433934.4834.12
Hex75394E03321361532222
Octal1657111606341665234242
Binary111010111100110011100110011100001110110101010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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