#75385C

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

Shades of Flirt #75385C

Tints of Flirt #75385C

Color information

#75385C (or 0x75385C) is unknown color: approx Flirt. HEX triplet: 75, 38 and 5C. RGB value is (117,56,92). Sum of RGB (Red+Green+Blue) = 117+56+92=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75385C is #8AC7A3. Grayscale: #4E4E4E. Windows color (decimal): -9095076 or 6043765. OLE color: 6043765.

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

Color convert

RGB1175692-
CMYK00.520.210.54
HSL324.59º35.26%33.92%-
HSV(B)324.59º52.14%45.88%-
XYZ10.687.3810.99-
YUV78.34135.71155.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=44.15%
G=21.13%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117569200.520.210.54324.5935.2633.92
Hex75385C03415361452322
Octal1657013406425665054342
Binary11101011110001011100011010010101110110101000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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