#75315A

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

Shades of Flirt #75315A

Tints of Flirt #75315A

Color information

#75315A (or 0x75315A) is unknown color: approx Flirt. HEX triplet: 75, 31 and 5A. RGB value is (117,49,90). Sum of RGB (Red+Green+Blue) = 117+49+90=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #75315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75315A is #8ACEA5. Grayscale: #494949. Windows color (decimal): -9096870 or 5910901. OLE color: 5910901.

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

Color convert

RGB1174990-
CMYK00.580.230.54
HSL323.82º40.96%32.55%-
HSV(B)323.82º58.12%45.88%-
XYZ10.286.7210.43-
YUV74.01137.03158.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=45.70%
G=19.14%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117499000.580.230.54323.8240.9632.55
Hex75315A03A17361442921
Octal1656113207227665045141
Binary11101011100011011010011101010111110110101000100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75315A; }

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

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

<style>
 a { background-color: #75315A; }

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

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

<style>
 span { border-color: #75315A; }

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

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