#76315A

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

Shades of Flirt #76315A

Tints of Flirt #76315A

Color information

#76315A (or 0x76315A) is unknown color: approx Flirt. HEX triplet: 76, 31 and 5A. RGB value is (118,49,90). Sum of RGB (Red+Green+Blue) = 118+49+90=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76315A is #89CEA5. Grayscale: #4A4A4A. Windows color (decimal): -9031334 or 5910902. OLE color: 5910902.

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

Color convert

RGB1184990-
CMYK00.580.240.54
HSL324.35º41.32%32.75%-
HSV(B)324.35º58.47%46.27%-
XYZ10.416.7910.43-
YUV74.3136.86159.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=45.91%
G=19.07%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118499000.580.240.54324.3541.3232.75
Hex76315A03A18361442921
Octal1666113207230665045141
Binary11101101100011011010011101011000110110101000100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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