#75385B

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

Shades of Flirt #75385B

Tints of Flirt #75385B

Color information

#75385B (or 0x75385B) is unknown color: approx Flirt. HEX triplet: 75, 38 and 5B. RGB value is (117,56,91). Sum of RGB (Red+Green+Blue) = 117+56+91=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75385B is #8AC7A4. Grayscale: #4E4E4E. Windows color (decimal): -9095077 or 5978229. OLE color: 5978229.

HSL color Cylindrical-coordinate representation of color #75385B: hue angle of 325.57º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75385B is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1175691-
CMYK00.520.220.54
HSL325.57º35.26%33.92%-
HSV(B)325.57º52.14%45.88%-
XYZ10.647.3710.76-
YUV78.23135.21155.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=44.32%
G=21.21%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117569100.520.220.54325.5735.2633.92
Hex75385B03416361462322
Octal1657013306426665064342
Binary11101011110001011011011010010110110110101000110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75385B; }

 p { color: rgb(117,56,91); }

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

<style>
 a { background-color: #75385B; }

 a { background-color: rgb(117,56,91); }

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

<style>
 span { border-color: #75385B; }

 span { border-color: rgb(117,56,91); }

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